1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 18:35:57 +00:00

dirname(__FILE__) -> __DIR__

This commit is contained in:
Andrew Dolgov
2021-02-22 17:38:46 +03:00
parent add6242e51
commit 42173386b3
13 changed files with 19 additions and 19 deletions

View File

@@ -620,7 +620,7 @@
$ttrss_version['version'] = "UNKNOWN (Unsupported)";
date_default_timezone_set('UTC');
$root_dir = dirname(dirname(__FILE__));
$root_dir = dirname(__DIR__);
if (PHP_OS === "Darwin") {
$ttrss_version['version'] = "UNKNOWN (Unsupported, Darwin)";