Commit Graph

5 Commits

Author SHA1 Message Date
Jeremy Newman
7dcbeab99b not needed, and causes problems 2005-07-28 22:39:16 +00:00
Jeremy Newman
8cd65e7bdf Allow uploads of up to 5 megabytes 2005-07-11 14:40:37 +00:00
Paul van Schayck
aca6f0415e Set magic_quotes to be off. Session bug compat back to default 2005-01-10 22:12:52 +00:00
Jonathan Ernst
55a0ba3db6 - php_value register_globals 0 (was already here thanks to Jeremy Newman's patch)
- php_value short_open_tag 0 (disable shorttags so that we can use <?xml in the future)
- php_value session.bug_compat_42 0 (session works well without the workaround so let's disable it)
- php_value register_long_arrays 0 (we are not using the old long arrays ($HTTP_SESSION_VARS and so on)
2004-12-14 02:30:06 +00:00
Jeremy Newman
0f8ba92684 turn off globals for this website
set some other nice .htaccess defaults
2004-12-13 04:16:54 +00:00