summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2014-09-20 01:16:16 (GMT)
committerChristian Pointner <equinox@helsinki.at>2014-09-20 01:16:16 (GMT)
commit8ab3a75ba857286a94175579251d2cd638cb3514 (patch)
tree06bf54415b3754ab2e8453422bd85463abeef38e
parentf6aef0cbb8cb2464854a23566ccb72526c145f55 (diff)
re-renamed listshows to listdropboxes
-rw-r--r--README2
-rw-r--r--index.html2
-rwxr-xr-xlistdropboxes.cgi (renamed from listshows.cgi)0
3 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 91173dd..98fa91f 100644
--- a/README
+++ b/README
@@ -31,7 +31,7 @@ add the following to the virtualhost config:
Include /etc/rivendell/apache.conf
- <Location /listshows.cgi>
+ <Location /listdropboxes.cgi>
SetHandler perl-script
PerlResponseHandler ModPerl::Registry
PerlOptions +ParseHeaders
diff --git a/index.html b/index.html
index d6febed..4b7d76b 100644
--- a/index.html
+++ b/index.html
@@ -97,7 +97,7 @@
function app_shows_init() {
shows_list = [];
data = { LOGIN_NAME: username, PASSWORD: token };
- $.post("/listshows.cgi", data, updateShowsList, "xml")
+ $.post("/listdropboxes.cgi", data, updateShowsList, "xml")
}
diff --git a/listshows.cgi b/listdropboxes.cgi
index 0bc0dbd..0bc0dbd 100755
--- a/listshows.cgi
+++ b/listdropboxes.cgi