Skip to content

Commit

Permalink
Cosmetic.
Browse files Browse the repository at this point in the history
  • Loading branch information
anuko committed Dec 13, 2018
1 parent c1aacad commit 2da2031
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion WEB-INF/templates/footer.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion mobile/login.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
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)) {
Expand Down
2 changes: 1 addition & 1 deletion mobile/user_add.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
// 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'))
Expand Down
4 changes: 4 additions & 0 deletions register.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@
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', '$');
Expand Down
2 changes: 1 addition & 1 deletion user_add.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
// 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'))
Expand Down

0 comments on commit 2da2031

Please sign in to comment.