X-Git-Url: http://git.shiar.nl/minimedit.git/blobdiff_plain/599086fed1782cf7af74d7745dc3808c4e2ad24a..90783a3ff6a8171f11f15adc7d57925548b1756f:/edit.php diff --git a/edit.php b/edit.php index 80a49eb..94206bb 100755 --- a/edit.php +++ b/edit.php @@ -1,4 +1,3 @@ -#!/usr/bin/php-cgi '."\n\n"; -$append = "\n".''."\n"; +$prepend = "\n\n"; +$append = "\n"; if (!file_put_contents($filename, $prepend . $upload . $append)) abort('500 save error', "fout bij schrijven van $filename");