diff options
author | Nils Adermann <naderman@naderman.de> | 2013-11-12 00:12:34 +0100 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2013-11-12 00:12:34 +0100 |
commit | e567f82d721917350c012908c06149da7a124668 (patch) | |
tree | 8acfbd10fa645f86f7c35868499751985c992a90 /phpBB/bin | |
parent | 592c8b75669329588c897bd3eda679e4731e4aab (diff) | |
download | forums-e567f82d721917350c012908c06149da7a124668.tar forums-e567f82d721917350c012908c06149da7a124668.tar.gz forums-e567f82d721917350c012908c06149da7a124668.tar.bz2 forums-e567f82d721917350c012908c06149da7a124668.tar.xz forums-e567f82d721917350c012908c06149da7a124668.zip |
[ticket/11998] Make phpbbcli executable and add shebang
PHPBB3-11998
Diffstat (limited to 'phpBB/bin')
-rwxr-xr-x[-rw-r--r--] | phpBB/bin/phpbbcli.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/bin/phpbbcli.php b/phpBB/bin/phpbbcli.php index 05e2597960..49f4ca13e7 100644..100755 --- a/phpBB/bin/phpbbcli.php +++ b/phpBB/bin/phpbbcli.php @@ -1,3 +1,4 @@ +#!/usr/bin/env php <?php /** * |