Delete unused dial.cgi CGI file from git (this probably still needs to be deleted on running systems).
Signed-off-by: Peter Müller peter.mueller@link38.eu --- diff --git a/html/html/dial.cgi b/html/html/dial.cgi deleted file mode 100644 index 7c7b7db3c..000000000 --- a/html/html/dial.cgi +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/perl - -print "Status: 302 Moved\n"; -print "Location: /cgi-bin/dial/index.cgi\n\n";
Thanks. I added the remaining stuff.
On Mon, 2017-10-09 at 22:06 +0200, Peter Müller wrote:
Delete unused dial.cgi CGI file from git (this probably still needs to be deleted on running systems).
Signed-off-by: Peter Müller peter.mueller@link38.eu
diff --git a/html/html/dial.cgi b/html/html/dial.cgi deleted file mode 100644 index 7c7b7db3c..000000000 --- a/html/html/dial.cgi +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/perl
-print "Status: 302 Moved\n"; -print "Location: /cgi-bin/dial/index.cgi\n\n";