summaryrefslogtreecommitdiff
path: root/update_daemon2.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-22 17:38:46 +0300
committerAndrew Dolgov <[email protected]>2021-02-22 17:38:46 +0300
commit42173386b39bed4b06c5ac6c2fc0da510673b354 (patch)
tree02a71889f4cb0b5874f6307e26352bd7e6772a80 /update_daemon2.php
parentadd6242e5148d29be506d753ca4123b900427b7f (diff)
dirname(__FILE__) -> __DIR__
Diffstat (limited to 'update_daemon2.php')
-rwxr-xr-xupdate_daemon2.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/update_daemon2.php b/update_daemon2.php
index af4cdedc9..5d4d3759c 100755
--- a/update_daemon2.php
+++ b/update_daemon2.php
@@ -1,10 +1,10 @@
#!/usr/bin/env php
<?php
- set_include_path(dirname(__FILE__) ."/include" . PATH_SEPARATOR .
+ set_include_path(__DIR__ ."/include" . PATH_SEPARATOR .
get_include_path());
declare(ticks = 1);
- chdir(dirname(__FILE__));
+ chdir(__DIR__);
define('DISABLE_SESSIONS', true);