summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-11-07 17:39:04 +0000
committermh <mh@immerda.ch>2008-11-07 17:39:04 +0000
commit0a2285a6f457b02d544a9fd87d5d096c74714d4a (patch)
treec7d9b327fb73b1be521725ab42b9445d287ee9af
parent724aee864a0a5260ccebe1909039c741885eee35 (diff)
updated template to the new define style
-rw-r--r--templates/vhosts/php/CentOS.erb6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/vhosts/php/CentOS.erb b/templates/vhosts/php/CentOS.erb
index a7f21b6..92f68b4 100644
--- a/templates/vhosts/php/CentOS.erb
+++ b/templates/vhosts/php/CentOS.erb
@@ -14,9 +14,9 @@
AllowOverride <%= allow_override %>
php_admin_flag engine on
- php_admin_value open_basedir <%= documentroot %>:<%= upload_tmp_dir %>:<%=session_save_path %>
- php_admin_value upload_tmp_dir <%= upload_tmp_dir %>
- php_admin_value session.save_path <%=session_save_path %>
+ php_admin_value open_basedir <%= documentroot %>:<%= php_upload_tmp_dir %>:<%= php_session_save_path %>
+ php_admin_value upload_tmp_dir <%= php_upload_tmp_dir %>
+ php_admin_value session.save_path <%= php_session_save_path %>
</Directory>
<IfModule mod_security2.c>