X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/67e827dacf08d8a55dff9118c82dd964f5da12c1..44e4bbe10c7f66ab47ce298009009e6627432bc5:/register.php diff --git a/register.php b/register.php index 4c923c73..0c0374b3 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('MULTIORG_MODE') || $auth->isPasswordExternal()) { header('Location: login.php'); exit(); }