Aleksander Machniak
2014-04-23 0314bff2789d8c661c985bf9edc74569efe56ecc
Set register_globals=off in .htaccess file and add note to INSTALL
2 files modified
2 ■■■■■ changed files
.htaccess 1 ●●●● patch | view | raw | blame | history
INSTALL 1 ●●●● patch | view | raw | blame | history
.htaccess
@@ -10,6 +10,7 @@
php_value    post_max_size        6M
php_value    memory_limit        64M
php_flag    register_globals    Off
php_flag    zlib.output_compression        Off
php_flag    magic_quotes_gpc        Off
php_flag    magic_quotes_runtime        Off
INSTALL
@@ -34,6 +34,7 @@
   - mbstring.func_overload disabled
   - magic_quotes_runtime disabled
   - magic_quotes_sybase disabled
   - register_globals disabled (PHP < 5.4)
* PHP compiled with OpenSSL to connect to IMAPS and to use the spell checker
* A MySQL (4.0.8 or newer), PostgreSQL, MS SQL Server (2005 or newer) database engine
  or SQLite support in PHP