delete unused dial.cgi file

Message ID 20171009220633.317df286.peter.mueller@link38.eu
State Accepted
Headers
Series delete unused dial.cgi file |

Commit Message

Peter Müller Oct. 10, 2017, 7:06 a.m. UTC
  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>
---
  

Comments

Michael Tremer Oct. 10, 2017, 10:22 p.m. UTC | #1
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";
  

Patch

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";