Cosmetic.
authorNik Okuntseff <support@anuko.com>
Thu, 13 Dec 2018 15:10:55 +0000 (15:10 +0000)
committerNik Okuntseff <support@anuko.com>
Thu, 13 Dec 2018 15:10:55 +0000 (15:10 +0000)
WEB-INF/templates/footer.tpl
mobile/login.php
mobile/user_add.php
register.php
user_add.php

index 21f8a94..29e2eea 100644 (file)
@@ -12,7 +12,7 @@
       <br>
       <table cellspacing="0" cellpadding="4" width="100%" border="0">
         <tr>
-          <td align="center">&nbsp;Anuko Time Tracker 1.18.30.4641 | Copyright &copy; <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
+          <td align="center">&nbsp;Anuko Time Tracker 1.18.30.4642 | Copyright &copy; <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
             <a href="https://www.anuko.com/lp/tt_4.htm" target="_blank">{$i18n.footer.credits}</a> |
             <a href="https://www.anuko.com/lp/tt_5.htm" target="_blank">{$i18n.footer.license}</a> |
             <a href="https://www.anuko.com/lp/tt_7.htm" target="_blank">{$i18n.footer.improve}</a>
index 243aa57..59fc600 100644 (file)
@@ -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)) {
index fbd8283..ab6f5e2 100644 (file)
@@ -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'))
index 298f281..0a8e6d1 100644 (file)
@@ -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', '$');
index 9fa6112..28baa2c 100644 (file)
@@ -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'))