diff options
author | Christian Pointner <equinox@helsinki.at> | 2014-09-20 01:16:16 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2014-09-20 01:16:16 (GMT) |
commit | 8ab3a75ba857286a94175579251d2cd638cb3514 (patch) | |
tree | 06bf54415b3754ab2e8453422bd85463abeef38e | |
parent | f6aef0cbb8cb2464854a23566ccb72526c145f55 (diff) |
re-renamed listshows to listdropboxes
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | index.html | 2 | ||||
-rwxr-xr-x | listdropboxes.cgi (renamed from listshows.cgi) | 0 |
3 files changed, 2 insertions, 2 deletions
@@ -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 @@ -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 |