Changeset f094b04 in github


Ignore:
Timestamp:
Feb 1, 2008 7:16:24 PM (5 years ago)
Author:
till <till@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
6ccd45a
Parents:
5812134
Message:
  • 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")
File:
1 edited

Legend:

Unmodified
Added
Removed
  • .htaccess

    r5812134 rf094b04  
    99  php_value     post_max_size   6M 
    1010  php_value memory_limit        64M 
    11   php_value session.auto_start 1 
     11  php_value session.auto_start 0 
    1212</IfModule> 
    1313 
     
    1919  php_value     post_max_size   6M 
    2020  php_value memory_limit        64M 
    21   php_value session.auto_start 1 
     21  php_value session.auto_start 0 
    2222</IfModule> 
    2323 
Note: See TracChangeset for help on using the changeset viewer.