summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-07-25 13:38:45 +0200
committermh <mh@immerda.ch>2009-07-25 13:38:45 +0200
commit5260ec75476a03b273db1fb26a43a1234d8c1d9e (patch)
treea2d243758a159333bf67da08f974e9724c45a0de /templates
parent7d1fe3693a106ead679584c52b0eaa6611847d25 (diff)
ending dash to prevent empty line
Diffstat (limited to 'templates')
-rw-r--r--templates/vhosts/php/CentOS.erb8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/vhosts/php/CentOS.erb b/templates/vhosts/php/CentOS.erb
index 917e66c..bf15796 100644
--- a/templates/vhosts/php/CentOS.erb
+++ b/templates/vhosts/php/CentOS.erb
@@ -39,9 +39,9 @@
require valid-user
<%- end -%>
php_admin_flag engine on
- <%- if php_safe_mode.to_s == 'false' %>
+ <%- if php_safe_mode.to_s == 'false' -%>
php_admin_flag safe_mode Off
- <%- end %>
+ <%- end -%>
php_admin_value open_basedir <%- if php_use_smarty.to_s == 'true' -%>/usr/share/php/Smarty/:<%- end -%><%- if php_use_pear.to_s == 'true' -%>/usr/share/pear/:<%- end -%><%= documentroot %>:<%= real_php_upload_tmp_dir %>:<%= real_php_session_save_path %>
php_admin_value upload_tmp_dir <%= real_php_upload_tmp_dir %>
php_admin_value session.save_path <%= real_php_session_save_path %>
@@ -105,9 +105,9 @@
require valid-user
<%- end -%>
php_admin_flag engine on
- <%- if php_safe_mode.to_s == 'false' %>
+ <%- if php_safe_mode.to_s == 'false' -%>
php_admin_flag safe_mode Off
- <%- end %>
+ <%- end -%>
php_admin_value open_basedir <%- if php_use_smarty.to_s == 'true' -%>/usr/share/php/Smarty/:<%- end -%><%- if php_use_pear.to_s == 'true' -%>/usr/share/pear/:<%- end -%><%= documentroot %>:<%= real_php_upload_tmp_dir %>:<%= real_php_session_save_path %>
php_admin_value upload_tmp_dir <%= real_php_upload_tmp_dir %>
php_admin_value session.save_path <%= real_php_session_save_path %>