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