X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=register.php;h=0c0374b332b2418d779837bb57a3f143faaf1002;hb=HEAD;hp=4c923c7303d96ddc79318276c58cf8e7af0ae2ea;hpb=6079edfe4444d2d0bc2f220f8823d6fcc57f2dd5;p=timetracker.git 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(); }