From d0c41755f4ca016101822a858ae39840f89c183c Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Fri, 14 Oct 2016 23:26:13 +0200 Subject: do not track symlinks Closes #37 --- index.cgi | 2 -- 1 file changed, 2 deletions(-) (limited to 'index.cgi') diff --git a/index.cgi b/index.cgi index 09af72e..bd407d4 100755 --- a/index.cgi +++ b/index.cgi @@ -53,10 +53,8 @@ if $cgi.include?("create_poll") && $cgi.include?("poll_url") begin VCS.init File.symlink("../participate.rb","index.cgi") - VCS.add("index.cgi") ["atom","customize", "history", "overview", "edit_columns","access_control", "delete_poll", "invite_participants"].each{|f| File.symlink("../#{f}.rb","#{f}.cgi") - VCS.add("#{f}.cgi") } ["data.yaml",".htaccess",".htdigest"].each{|f| File.open(f,"w").close -- cgit v1.2.3