edit: cgi script (shebang and executable)
authorMischa POSLAWSKY <perl@shiar.org>
Fri, 31 Oct 2014 23:37:21 +0000 (00:37 +0100)
committerMischa POSLAWSKY <perl@shiar.org>
Mon, 3 Nov 2014 04:36:11 +0000 (05:36 +0100)
edit.php [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 719c2f0..1091da4
--- a/edit.php
+++ b/edit.php
@@ -1,3 +1,4 @@
+#!/usr/bin/php-cgi
 <?php
 function abort($status, $body) {
        header("HTTP/1.1 $status");