diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2021-02-22 17:38:46 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2021-02-22 17:38:46 +0300 |
| commit | 42173386b39bed4b06c5ac6c2fc0da510673b354 (patch) | |
| tree | 02a71889f4cb0b5874f6307e26352bd7e6772a80 /prefs.php | |
| parent | add6242e5148d29be506d753ca4123b900427b7f (diff) | |
dirname(__FILE__) -> __DIR__
Diffstat (limited to 'prefs.php')
| -rw-r--r-- | prefs.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ <?php - set_include_path(dirname(__FILE__) ."/include" . PATH_SEPARATOR . + set_include_path(__DIR__ ."/include" . PATH_SEPARATOR . get_include_path()); if (!file_exists("config.php")) { |