mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-11 15:19:09 -04:00
9 lines
238 B
ApacheConf
9 lines
238 B
ApacheConf
<IfModule mod_php5.c>
|
|
php_value short_open_tag 1
|
|
php_value magic_quotes_gpc 0
|
|
php_value register_globals 0
|
|
php_value session.auto_start 0
|
|
php_value upload_max_filesize 20M
|
|
php_value post_max_size 100M
|
|
</IfModule>
|