aboutsummaryrefslogtreecommitdiff
path: root/index.cgi
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xindex.cgi3
1 files changed, 3 insertions, 0 deletions
diff --git a/index.cgi b/index.cgi
index 2119781..f5c2744 100755
--- a/index.cgi
+++ b/index.cgi
@@ -57,6 +57,9 @@ if $cgi.include?("create_poll")
File.symlink("../atom_single.rb","atom.cgi")
File.symlink("../config_poll.rb","config.cgi")
File.symlink("../remove_poll.rb","remove.cgi")
+ ["index.cgi","atom.cgi","config.cgi","remove.cgi"].each{|f|
+ VCS.add(f)
+ }
["data.yaml",".htaccess",".htdigest"].each{|f|
File.open(f,"w").close
VCS.add(f)