From 6bf949fdd0870316f13340c08462288fffce9508 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(-) diff --git a/config/default.rules b/config/default.rules index ea65e01..b964073 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 c024176..de2da5c 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