1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-26 15:30:58 +01:00

Merge pull request #81 from moos3/master

Fix php binary location from /usr/bin/php to /usr/bin/env php
This commit is contained in:
Evan Priestley 2011-11-30 09:26:48 -08:00
commit 0511bf36b3

View file

@ -1,4 +1,4 @@
#!/usr/bin/php
#!/usr/bin/env php
<?php
/*