aboutsummaryrefslogtreecommitdiff
path: root/access_control.rb
diff options
context:
space:
mode:
Diffstat (limited to 'access_control.rb')
-rwxr-xr-xaccess_control.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/access_control.rb b/access_control.rb
index a2b7556..1e24c78 100755
--- a/access_control.rb
+++ b/access_control.rb
@@ -163,6 +163,7 @@ if $cgi.include?("ac_user")
f << line unless line =~ /^#{deleteuser}:/
}
}
+ File.chmod(0600, ".htdigest")
write_htaccess(acusers)
end
end