From 2da2031951c852b4620c173e21c24f148fdf4999 Mon Sep 17 00:00:00 2001 From: Nik Okuntseff Date: Thu, 13 Dec 2018 15:10:55 +0000 Subject: [PATCH] Cosmetic. --- WEB-INF/templates/footer.tpl | 2 +- mobile/login.php | 2 +- mobile/user_add.php | 2 +- register.php | 4 ++++ user_add.php | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index 21f8a94a..29e2eea3 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.18.30.4641 | Copyright © Anuko | +  Anuko Time Tracker 1.18.30.4642 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} diff --git a/mobile/login.php b/mobile/login.php index 243aa578..59fc6000 100644 --- a/mobile/login.php +++ b/mobile/login.php @@ -52,7 +52,7 @@ if ($request->isPost()) { if ($err->no()) { // Use the "limit" plugin if we have one. Ignore include errors. - // The "limit" plugin is not required for normal operation of the Time Tracker. + // The "limit" plugin is not required for normal operation of Time Tracker. @include('../plugins/limit/access_check.php'); if ($auth->doLogin($cl_login, $cl_password)) { diff --git a/mobile/user_add.php b/mobile/user_add.php index fbd82835..ab6f5e2d 100644 --- a/mobile/user_add.php +++ b/mobile/user_add.php @@ -42,7 +42,7 @@ if (!ttAccessAllowed('manage_users')) { // End of access checks. // Use the "limit" plugin if we have one. Ignore include errors. -// The "limit" plugin is not required for normal operation of the Time Tracker. +// The "limit" plugin is not required for normal operation of Time Tracker. @include('../plugins/limit/user_add.php'); if ($user->isPluginEnabled('cl')) diff --git a/register.php b/register.php index 298f2818..0a8e6d15 100644 --- a/register.php +++ b/register.php @@ -34,6 +34,10 @@ if (!isTrue(MULTITEAM_MODE) || $auth->isPasswordExternal()) { exit(); } +// Use the "limit" plugin if we have one. Ignore include errors. +// The "limit" plugin is not required for normal operation of Time Tracker. +@include('plugins/limit/register.php'); + $auth->doLogout(); if (!defined('CURRENCY_DEFAULT')) define('CURRENCY_DEFAULT', '$'); diff --git a/user_add.php b/user_add.php index 9fa61129..28baa2cf 100644 --- a/user_add.php +++ b/user_add.php @@ -43,7 +43,7 @@ if (!ttAccessAllowed('manage_users')) { // End of access checks. // Use the "limit" plugin if we have one. Ignore include errors. -// The "limit" plugin is not required for normal operation of the Time Tracker. +// The "limit" plugin is not required for normal operation of Time Tracker. @include('plugins/limit/user_add.php'); if ($user->isPluginEnabled('cl')) -- 2.20.1