PHP8.1 Compatibility

This commit is contained in:
sparkyx 2023-12-16 15:03:36 +01:00
parent c0c8548c5d
commit bf822d3c0d
2 changed files with 2 additions and 1 deletions

View file

@ -67,6 +67,7 @@ if (strpos($inc_path, ";") != 0) {
set_include_path($new_path);
@ini_set('default_charset', "UTF-8");
@ini_set('session.use_cookies', 1);
// deprecated
@ini_set('magic_quotes_gpc', 'off');
if (!defined('OVERRIDE_PARAM')) {