diff options
author | till <till@php.net> | 2008-02-01 23:07:49 +0000 |
---|---|---|
committer | till <till@php.net> | 2008-02-01 23:07:49 +0000 |
commit | 5812134c2a4569cf14c5173272411c5569ae5044 (patch) | |
tree | c2452d3338c935282e6203698557baac96ae4c56 /.htaccess | |
parent | 9ac70f024ec8cf7f95a84cb81afabae5f78ab482 (diff) |
* fixed #1484437
* also added it to check.php
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,6 +8,7 @@ AddType text/x-component .htc php_value upload_max_filesize 5M php_value post_max_size 6M php_value memory_limit 64M + php_value session.auto_start 1 </IfModule> <IfModule mod_php5.c> @@ -17,6 +18,7 @@ AddType text/x-component .htc php_value upload_max_filesize 5M php_value post_max_size 6M php_value memory_limit 64M + php_value session.auto_start 1 </IfModule> <FilesMatch "(\.inc|\~)$"> |