diff options
author | thomascube <thomas@roundcube.net> | 2007-09-19 06:29:28 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2007-09-19 06:29:28 +0000 |
commit | 5eee009671d773cb3ebef5beca6ad47c919ac4c7 (patch) | |
tree | d7e74e8c1523579380fb4c16710b1c88a9cd8508 /.htaccess | |
parent | 104ee38b205d125a002b04adb704178897bae057 (diff) |
Allow vars and PHP code in templates; improved page title; fixed #1484395
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,7 @@ AddType text/x-component .htc php_flag log_errors On php_value error_log logs/errors php_value upload_max_filesize 5M + php_value post_max_size 6M </IfModule> <IfModule mod_php5.c> @@ -13,6 +14,7 @@ AddType text/x-component .htc php_flag log_errors On php_value error_log logs/errors php_value upload_max_filesize 5M + php_value post_max_size 6M </IfModule> <FilesMatch "(\.inc|\~)$"> |