till
2008-02-01 f094b0498b1e791952293c9863cfdbb768599f51
* corrected a mistake I made on my last commit when i forced auto_start  to "1", but of course it has to be "0"/off (thanks "the_glu@freenode")

1 files modified
4 ■■■■ changed files
.htaccess 4 ●●●● patch | view | raw | blame | history
.htaccess
@@ -8,7 +8,7 @@
  php_value    upload_max_filesize    5M
  php_value    post_max_size    6M
  php_value memory_limit    64M
  php_value session.auto_start 1
  php_value session.auto_start 0
</IfModule>
<IfModule mod_php5.c>
@@ -18,7 +18,7 @@
  php_value    upload_max_filesize    5M
  php_value    post_max_size    6M
  php_value memory_limit    64M
  php_value session.auto_start 1
  php_value session.auto_start 0
</IfModule>
<FilesMatch "(\.inc|\~)$">