mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 22:15:56 +00:00
Merge pull request #239 from craywolf/fixversion
Fix version in preferences footer
This commit is contained in:
@@ -5,9 +5,9 @@
|
|||||||
date_default_timezone_set('UTC');
|
date_default_timezone_set('UTC');
|
||||||
$root_dir = dirname(dirname(__FILE__));
|
$root_dir = dirname(dirname(__FILE__));
|
||||||
|
|
||||||
if (is_dir("$root_dir/.git") && file_exists("$root_dir/.git/ORIG_HEAD")) {
|
if (is_dir("$root_dir/.git") && file_exists("$root_dir/.git/refs/heads/master")) {
|
||||||
|
|
||||||
$suffix = substr(trim(file_get_contents("$root_dir/.git/ORIG_HEAD")), 0, 7);
|
$suffix = substr(trim(file_get_contents("$root_dir/.git/refs/heads/master")), 0, 7);
|
||||||
|
|
||||||
return VERSION_STATIC . ".$suffix";
|
return VERSION_STATIC . ".$suffix";
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user