Changeset 1175 in subversion


Ignore:
Timestamp:
Mar 3, 2008 4:45:41 PM (5 years ago)
Author:
thomasb
Message:

Adapt changes to .htaccess and README

Location:
trunk/roundcubemail
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/.htaccess

    r1101 r1175  
    88  php_value     upload_max_filesize     5M 
    99  php_value     post_max_size   6M 
    10   php_value memory_limit        64M 
    11   php_value session.auto_start 0 
    12   php_value zlib.output_compression 0 
    13   php_value     magic_quotes_gpc 0 
     10  php_value     memory_limit    64M 
     11  php_value     session.auto_start      0 
     12  php_value     zlib.output_compression 0 
     13  php_value     magic_quotes_gpc        0 
    1414</IfModule> 
    1515 
     
    2020  php_value     upload_max_filesize     5M 
    2121  php_value     post_max_size   6M 
    22   php_value memory_limit        64M 
    23   php_value session.auto_start 0 
    24   php_value zlib.output_compression 0 
    25   php_value     magic_quotes_gpc 0 
     22  php_value     memory_limit    64M 
     23  php_value     session.auto_start      0 
     24  php_value     zlib.output_compression 0 
     25  php_value     magic_quotes_gpc        0 
    2626</IfModule> 
    2727 
  • trunk/roundcubemail/README

    r543 r1175  
    7474-------- 
    7575For any bug reports or feature requests please refer to the tracking system 
    76 at trac.roundcube.net (http://trac.roundcube.net/trac.cgi/report) or  
    77 subscribe to our mailing list. See http://www.roundcube.net/?p=mailinglists 
     76at trac.roundcube.net (http://trac.roundcube.net/wiki/Howto_ReportIssues) or  
     77subscribe to our mailing list. See http://roundcube.net/support 
    7878for details. 
    7979 
    8080You're always welcome to send a message to the project admin: 
    81 roundcube@gmail.com 
     81hello@roundcube.net 
    8282 
    8383 
Note: See TracChangeset for help on using the changeset viewer.