Changeset 983 in subversion


Ignore:
Timestamp:
Feb 1, 2008 7:16:24 PM (5 years ago)
Author:
till
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
  • trunk/roundcubemail/.htaccess

    r982 r983  
    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.