mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-05 12:39:07 -04:00
Change all booleans to use php_flag instead of php_value. And turn off
suhosin.session.encrypt by default.
This commit is contained in:
17
.htaccess
17
.htaccess
@@ -1,12 +1,13 @@
|
||||
<IfModule mod_php5.c>
|
||||
php_value short_open_tag 1
|
||||
php_value magic_quotes_gpc 0
|
||||
php_value magic_quotes_sybase 0
|
||||
php_value magic_quotes_runtime 0
|
||||
php_value register_globals 0
|
||||
php_value session.auto_start 0
|
||||
php_value upload_max_filesize 20M
|
||||
php_value post_max_size 100M
|
||||
php_flag short_open_tag On
|
||||
php_flag magic_quotes_gpc Off
|
||||
php_flag magic_quotes_sybase Off
|
||||
php_flag magic_quotes_runtime Off
|
||||
php_flag register_globals Off
|
||||
php_flag session.auto_start Off
|
||||
php_flag suhosin.session.encrypt Off
|
||||
php_value upload_max_filesize 20M
|
||||
php_value post_max_size 100M
|
||||
</IfModule>
|
||||
|
||||
# Try to disable the parts of mod_security that interfere with the Flash uploader
|
||||
|
||||
Reference in New Issue
Block a user