diff options
author | Yuchen Pei <hi@ypei.me> | 2021-08-26 11:24:58 +1000 |
---|---|---|
committer | Yuchen Pei <hi@ypei.me> | 2021-08-26 11:24:58 +1000 |
commit | 7b2c76f23be47a8753cfe6d197843a82c6ebf26d (patch) | |
tree | 3d85a179d3ac90dc4f25665c2bbff0c1372683a0 /h-source/Application | |
parent | a57a3fa7241f33a94d41a1fd22a0d07c8fb6286d (diff) |
Moving docker files to its own directory.
Also applied the docker patch and removed some commented code.
Diffstat (limited to 'h-source/Application')
-rwxr-xr-x | h-source/Application/Hooks/BeforeChecks.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Hooks/BeforeChecks.php b/h-source/Application/Hooks/BeforeChecks.php index 6f200e6..47e7936 100755 --- a/h-source/Application/Hooks/BeforeChecks.php +++ b/h-source/Application/Hooks/BeforeChecks.php @@ -13,7 +13,7 @@ if (!defined('EG')) die('Direct access not allowed!'); Params::$htmlentititiesCharset = "UTF-8"; -Params::$useHttps = true; +Params::$useHttps = false; Params::$allowedSanitizeFunc .= ",sanitizeString,sanitizeAlphanum"; |