Mark scripts as executable

This commit is contained in:
Jakub Vrana 2012-05-25 23:21:31 -07:00
parent 739bcb0979
commit 56ac3d1817
2 changed files with 2 additions and 0 deletions

1
compile.php Normal file → Executable file
View file

@ -1,3 +1,4 @@
#!/usr/bin/env php
<?php
error_reporting(6135); // errors and warnings
include dirname(__FILE__) . "/adminer/include/version.inc.php";

1
lang.php Normal file → Executable file
View file

@ -1,3 +1,4 @@
#!/usr/bin/env php
<?php
error_reporting(6135); // errors and warnings
unset($_COOKIE["adminer_lang"]);