From 5eee009671d773cb3ebef5beca6ad47c919ac4c7 Mon Sep 17 00:00:00 2001 From: thomascube Date: Wed, 19 Sep 2007 06:29:28 +0000 Subject: Allow vars and PHP code in templates; improved page title; fixed #1484395 --- .htaccess | 2 ++ 1 file changed, 2 insertions(+) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index 0826245bd..b40b7ea8a 100644 --- a/.htaccess +++ b/.htaccess @@ -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 @@ -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 -- cgit v1.2.3