Changeset 36bee3f in github


Ignore:
Timestamp:
Jun 11, 2008 4:24:11 AM (5 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
2872275
Parents:
6025c83
Message:

-removed content for mod_php4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .htaccess

    r04e87ee r36bee3f  
    11# AddDefaultCharset     UTF-8 
    22AddType text/x-component .htc 
    3  
    4 <IfModule mod_php4.c> 
    5   php_flag      display_errors  Off 
    6   php_flag      log_errors      On 
    7   php_value     error_log       logs/errors 
    8   php_value     upload_max_filesize     5M 
    9   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 
    14 </IfModule> 
    153 
    164<IfModule mod_php5.c> 
Note: See TracChangeset for help on using the changeset viewer.