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:
commit
0511bf36b3
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/php
|
||||
#!/usr/bin/env php
|
||||
<?php
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue