From ba351a163d5c02ded286fe695c46df6a5092a7c5 Mon Sep 17 00:00:00 2001 From: Nik Okuntseff Date: Wed, 14 Sep 2016 19:31:17 +0000 Subject: [PATCH] Version change for PR#13, spelling fix, cosmetic. --- WEB-INF/templates/footer.tpl | 2 +- dbinstall.php | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index 85297683..3bb9d415 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.9.31.3534 | Copyright © Anuko | +  Anuko Time Tracker 1.9.31.3535 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} diff --git a/dbinstall.php b/dbinstall.php index 0d32ab8e..6561649e 100755 --- a/dbinstall.php +++ b/dbinstall.php @@ -57,11 +57,11 @@ if ($request->isGet()) { echo('WEB-INF/config.php file exists.
'); // Config file must start with the PHP opening tag. We are checking this because - // a Unicode editor may insert a byte order matk (BOM) before it. This is not good as it will + // a Unicode editor may insert a byte order mark (BOM) before it. This is not good as it will // spit white space before output in some situations such as in PDF reports. - $file = fopen(APP_DIR."/WEB-INF/config.php", "r"); + $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); -- 2.20.1