]> git.joonet.de Git - adminer.git/commitdiff
Mark scripts as executable
authorJakub Vrana <jakub@vrana.cz>
Sat, 26 May 2012 06:21:31 +0000 (23:21 -0700)
committerJakub Vrana <jakub@vrana.cz>
Sat, 26 May 2012 06:21:31 +0000 (23:21 -0700)
compile.php [changed mode: 0644->0755]
lang.php [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index f2710d3..8c7e364
@@ -1,3 +1,4 @@
+#!/usr/bin/env php
 <?php
 error_reporting(6135); // errors and warnings
 include dirname(__FILE__) . "/adminer/include/version.inc.php";
old mode 100644 (file)
new mode 100755 (executable)
index cecd6be..b243c87
--- a/lang.php
+++ b/lang.php
@@ -1,3 +1,4 @@
+#!/usr/bin/env php
 <?php
 error_reporting(6135); // errors and warnings
 unset($_COOKIE["adminer_lang"]);