From 5f91b5a67fd57978ad1dcb7c9dfc84b038ff95ce Mon Sep 17 00:00:00 2001 From: Ben Fuhrmannek Date: Wed, 18 Aug 2021 13:32:42 +0200 Subject: updated documentation URL --- config/default.rules | 2 +- config/default_php8.rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/default.rules b/config/default.rules index b12653c..caa14c0 100644 --- a/config/default.rules +++ b/config/default.rules @@ -13,7 +13,7 @@ sp.disable_xxe.enable(); # sp.global.secret_key("YOU _DO_ NEED TO CHANGE THIS WITH SOME RANDOM CHARACTERS."); # Globally activate strict mode -# https://secure.php.net/manual/en/functions.arguments.php#functions.arguments.type-declaration.strict +# https://www.php.net/manual/en/language.types.declarations.php#language.types.declarations.strict # sp.global_strict.enable(); # Prevent unserialize-related exploits diff --git a/config/default_php8.rules b/config/default_php8.rules index 2dd328d..09296c3 100644 --- a/config/default_php8.rules +++ b/config/default_php8.rules @@ -14,7 +14,7 @@ sp.disable_xxe.enable(); # sp.global.secret_key("YOU _DO_ NEED TO CHANGE THIS WITH SOME RANDOM CHARACTERS."); # Globally activate strict mode -# https://secure.php.net/manual/en/functions.arguments.php#functions.arguments.type-declaration.strict +# https://www.php.net/manual/en/language.types.declarations.php#language.types.declarations.strict # sp.global_strict.enable(); # Prevent unserialize-related exploits -- cgit v1.3