From ba840ab806ed2ea3bcf02f5318c08c51212dfdc6 Mon Sep 17 00:00:00 2001 From: mh Date: Fri, 5 Dec 2008 18:16:01 +0000 Subject: correct test --- templates/vhosts/php/CentOS.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/vhosts/php') diff --git a/templates/vhosts/php/CentOS.erb b/templates/vhosts/php/CentOS.erb index e89db77..4dbe1f4 100644 --- a/templates/vhosts/php/CentOS.erb +++ b/templates/vhosts/php/CentOS.erb @@ -12,7 +12,7 @@ /"> AllowOverride <%= allow_override %> - <%- unless options.to_s == 'absent' or do_includes.to_s == 'true' then -%> + <%- unless options.to_s == 'absent' or not do_includes.to_s == 'true' then -%> Options <%= options %> <%- if do_includes.to_s == 'true' and not options.include?('+Includes') then -%>+Includes<%- end -%> <%- end -%> <%- unless htpasswd_file.to_s == 'absent' then -%> -- cgit v1.2.3