From: Nik Okuntseff Date: Thu, 13 Dec 2018 15:10:55 +0000 (+0000) Subject: Cosmetic. X-Git-Tag: timetracker_1.19-1~422 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=2da2031951c852b4620c173e21c24f148fdf4999;p=timetracker.git Cosmetic. --- 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'))