summaryrefslogtreecommitdiff
path: root/templates/vhosts/php_gallery2/partial.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/vhosts/php_gallery2/partial.erb')
-rw-r--r--templates/vhosts/php_gallery2/partial.erb8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/vhosts/php_gallery2/partial.erb b/templates/vhosts/php_gallery2/partial.erb
index 05cc9f4..448f720 100644
--- a/templates/vhosts/php_gallery2/partial.erb
+++ b/templates/vhosts/php_gallery2/partial.erb
@@ -1,9 +1,9 @@
<Directory "<%= documentroot %>/">
-<%= scope.function_template('apache/vhosts/partials/std_override_options.erb') %>
+<%= scope.function_template(['apache/vhosts/partials/std_override_options.erb']) %>
-<%= scope.function_template('apache/vhosts/partials/php_settings.erb') %>
+<%= scope.function_template(['apache/vhosts/partials/php_settings.erb']) %>
-<%= scope.function_template('apache/vhosts/partials/authentication.erb') %>
+<%= scope.function_template(['apache/vhosts/partials/authentication.erb']) %>
<% if vhost_part != :ssl -%>
# Always rewrite login's
@@ -13,4 +13,4 @@
RewriteCond %{QUERY_STRING} subView=core\.UserLogin
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [NE,R,L]
<% end -%>
- </Directory> \ No newline at end of file
+ </Directory>