mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-29 16:21:28 +00:00
Change update.php shebang to support any in-path installation location for php
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/php
|
||||
#!/usr/bin/env php
|
||||
<?php
|
||||
set_include_path(get_include_path() . PATH_SEPARATOR .
|
||||
dirname(__FILE__) . "/include");
|
||||
|
||||
Reference in New Issue
Block a user