MULTI_TENANTS in login.php
Posted: 2022-03-01 12:12
Hi,
long time, no see. But many things have changed on my side. Hello to everyone.
I am updating an application and using a new version of AG for this (22.12). In the /login.php I find this code
Does anyone know about this? Is this somehow working already?
Olaf
long time, no see. But many things have changed on my side. Hello to everyone.
I am updating an application and using a new version of AG for this (22.12). In the /login.php I find this code
Code: Select all
<?php if(MULTI_TENANTS) redirect(SaaS::loginUrl(), true); ?>
Olaf