From b7dd58015e4c6e7db37c805c13e02aa2638e1d19 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 18 Mar 2013 16:29:46 +0000 Subject: Whitespace fixes git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@596 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede --- bin/ldap2apache | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/ldap2apache b/bin/ldap2apache index 6085728..b77404b 100755 --- a/bin/ldap2apache +++ b/bin/ldap2apache @@ -116,7 +116,7 @@ clients.each{ |c| cgidiraddto = vhost['tnWebVHostCgiDirAddto'][0].gsub("\n", "\n\t") if vhost['tnWebVHostCgiDirAddto'] if property['https'] == "only" - ssl = true + ssl = true http_ssl_upgrade = true unless property['http_ssl_upgrade'] == "no" end vhostuid = uid @@ -445,7 +445,7 @@ phpwrapperfiles.each_pair do |dirname, wrappers| phpwrapperfilesdirectories[dirname] = true end -if @phpwrapperfilesdir +if @phpwrapperfilesdir Dir.entries( @phpwrapperfilesdir ).each do |e| next if ((e =~ /^\./) != nil) next if phpwrapperfilesdirectories.has_key?( e ) -- cgit v1.2.3