Merge branch 'master' of gitlab.tt-rss.org:tt-rss/tt-rss
This commit is contained in:
commit
028bb846d9
|
@ -316,7 +316,7 @@ class Config {
|
|||
$this->version["status"] = -1;
|
||||
|
||||
if (PHP_OS === "Darwin") {
|
||||
$ttrss_version["version"] = "UNKNOWN (Unsupported, Darwin)";
|
||||
$this->version["version"] = "UNKNOWN (Unsupported, Darwin)";
|
||||
} else if (file_exists("$root_dir/version_static.txt")) {
|
||||
$this->version["version"] = trim(file_get_contents("$root_dir/version_static.txt")) . " (Unsupported)";
|
||||
} else if (ini_get("open_basedir")) {
|
||||
|
|
Loading…
Reference in New Issue