From 0ad4b9600c25d64a0cfae1355a5bdf4ba725b327 Mon Sep 17 00:00:00 2001 From: OpenXE <> Date: Mon, 12 Dec 2022 13:52:31 +0000 Subject: [PATCH] refresh githash.txt on login screen, removed cronjob githash.php --- phpwf/plugins/class.acl.php | 1 + 1 file changed, 1 insertion(+) diff --git a/phpwf/plugins/class.acl.php b/phpwf/plugins/class.acl.php index e4a74443..8ca0d0d6 100644 --- a/phpwf/plugins/class.acl.php +++ b/phpwf/plugins/class.acl.php @@ -571,6 +571,7 @@ class Acl public function Login() { + include dirname(__DIR__).'/../cronjobs/githash.php'; include dirname(__DIR__).'/../version.php'; $this->app->Tpl->Set('XENTRALVERSION',"V.".$version_revision);