Skip to content

Commit

Permalink
Mark scripts as executable
Browse files Browse the repository at this point in the history
  • Loading branch information
vrana committed May 26, 2012
1 parent 739bcb0 commit 56ac3d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions compile.php
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env php
<?php
error_reporting(6135); // errors and warnings
include dirname(__FILE__) . "/adminer/include/version.inc.php";
Expand Down
1 change: 1 addition & 0 deletions lang.php
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env php
<?php
error_reporting(6135); // errors and warnings
unset($_COOKIE["adminer_lang"]);
Expand Down

0 comments on commit 56ac3d1

Please sign in to comment.