dark_hunter
New Member
Add an .htaccess file in the admincp folder with this code inside:
To unblock phpinfo(), do this: Create a file called php.ini in the admincp folder in the forum directory, add these lines to it:
PHP:
php_flag suhosin.cookie.encrypt Off
php_value suhosin.post.max_vars 5000
php_value suhosin.post.max_value_length 500000
php_value suhosin.request.max_vars 5000
php_value suhosin.request.max_value_length 500000
php_value suhosin.cookie.max_array_depth 500
php_value suhosin.post.max_array_depth 500
To unblock phpinfo(), do this: Create a file called php.ini in the admincp folder in the forum directory, add these lines to it:
PHP:
php_value suhosin.request.max_vars 2048
php_value suhosin.post.max_vars 2048