X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/62bebb89af9afb9c4008d799c67e24988cb3688d..5bf1b81030c3ce115f01fcbfeffbbe6defe93d45:/register.php 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', '$');