Removed PHP closing tag
authorNik Okuntseff <support@anuko.com>
Wed, 9 Mar 2016 22:52:53 +0000 (14:52 -0800)
committerNik Okuntseff <support@anuko.com>
Wed, 9 Mar 2016 22:52:53 +0000 (14:52 -0800)
Remoived the tag to avoid potential problems with trailing white space when users modify config.php

WEB-INF/config.php.dist
WEB-INF/templates/footer.tpl

index 3ab2357..95efb4e 100644 (file)
@@ -203,4 +203,3 @@ define('AUTH_MODULE', 'db');
 //  'member_of' => array());            // List of groups, membership in which is required for user to be authenticated.
 
 // define('AUTH_DEBUG', false); // Note: enabling AUTH_DEBUG breaks redirects as debug output is printed before setting redirect header. Do not enable on production systems.
-?>
\ No newline at end of file
index 1de7fc6..a35a659 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.9.13.3396 | Copyright &copy; <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
+          <td align="center">&nbsp;Anuko Time Tracker 1.9.13.3397 | 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>