From: Nik Okuntseff Date: Mon, 19 Feb 2018 21:18:39 +0000 (+0000) Subject: Fixed environment check for PHP opening tag in config.php for Windows systems. X-Git-Tag: timetracker_1.19-1~1108 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=7bafd815e19a8c4535a3684c01955fe7b789982d;p=timetracker.git Fixed environment check for PHP opening tag in config.php for Windows systems. --- diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index 28562116..540cabe9 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.17.25.4003 | Copyright © Anuko | +  Anuko Time Tracker 1.17.26.4004 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} diff --git a/dbinstall.php b/dbinstall.php index 4d4de7e8..07cb37d7 100755 --- a/dbinstall.php +++ b/dbinstall.php @@ -61,7 +61,7 @@ if ($request->isGet()) { // spit white space before output in some situations such as in PDF reports. $file = fopen(APP_DIR.'/WEB-INF/config.php', 'r'); $line = fgets($file); - if (strcmp('Error: WEB-INF/config.php file does not start with PHP opening tag.
'); } fclose($file);