edit: drop php shebangs
authorMischa POSLAWSKY <perl@shiar.org>
Mon, 8 May 2017 09:30:26 +0000 (11:30 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Mon, 8 May 2017 09:30:26 +0000 (11:30 +0200)
Output literally in certain configurations, including on Xenat servers after
recent upgrade.

edit.php

index 80a49eb5e6dba49a62dad68d9a8190dc48df34d6..57906963d9c1db85338d1c8782b66ef7d81a434e 100644 (file)
--- a/edit.php
+++ b/edit.php
@@ -1,4 +1,3 @@
-#!/usr/bin/php-cgi
 <?php
 function abort($status, $body) {
        header("HTTP/1.1 $status");