X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/2da2031951c852b4620c173e21c24f148fdf4999..cabf2460445f26eded09e7d2c9c8cda97e8db593:/register.php diff --git a/register.php b/register.php index 0a8e6d15..4c923c73 100644 --- a/register.php +++ b/register.php @@ -29,7 +29,7 @@ require_once('initialize.php'); import('form.Form'); -if (!isTrue(MULTITEAM_MODE) || $auth->isPasswordExternal()) { +if (!isTrue('MULTITEAM_MODE') || $auth->isPasswordExternal()) { header('Location: login.php'); exit(); }