refresh githash.txt on login screen, removed cronjob githash.php
This commit is contained in:
parent
a731d0f5df
commit
0ad4b9600c
|
|
@ -571,6 +571,7 @@ class Acl
|
||||||
public function Login()
|
public function Login()
|
||||||
{
|
{
|
||||||
|
|
||||||
|
include dirname(__DIR__).'/../cronjobs/githash.php';
|
||||||
include dirname(__DIR__).'/../version.php';
|
include dirname(__DIR__).'/../version.php';
|
||||||
$this->app->Tpl->Set('XENTRALVERSION',"V.".$version_revision);
|
$this->app->Tpl->Set('XENTRALVERSION',"V.".$version_revision);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue