diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2012-06-22 08:09:42 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2012-06-22 08:09:42 +0400 |
| commit | bf0bedcbe5e2ca20b02e2f2437bced34da9ab0c1 (patch) | |
| tree | 91b8fe6993c7ec2d35ebbbd6f780967ccffb9479 /update_daemon2.php | |
| parent | 40b67ac7c7de479a4dc04c8a42a410464dd1aa4c (diff) | |
update daemon shebang too
Diffstat (limited to 'update_daemon2.php')
| -rwxr-xr-x | update_daemon2.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update_daemon2.php b/update_daemon2.php index 80848bd0a..18d8936b5 100755 --- a/update_daemon2.php +++ b/update_daemon2.php @@ -1,4 +1,4 @@ -#!/usr/bin/php +#!/usr/bin/env php <?php set_include_path(get_include_path() . PATH_SEPARATOR . dirname(__FILE__) . "/include"); |