]> wagnertech.de Git - timetracker.git/blobdiff - register.php
Cosmetic.
[timetracker.git] / register.php
index 298f2818f960bd2fc913c8204a768cb4d5d989a4..0a8e6d156b5a6cb05246b33f3412ecd07712aa2c 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', '$');