X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/6079edfe4444d2d0bc2f220f8823d6fcc57f2dd5..076f64bf058fdda95d95428c95d3acfbbdf93448:/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(); }