diff options
Diffstat (limited to 'app/constants.php')
-rw-r--r-- | app/constants.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/constants.php b/app/constants.php index 20eb7db2..7270db23 100644 --- a/app/constants.php +++ b/app/constants.php @@ -84,3 +84,6 @@ defined('API_AUTHENTICATION_HEADER') or define('API_AUTHENTICATION_HEADER', ''); // Enable/disable url rewrite defined('ENABLE_URL_REWRITE') or define('ENABLE_URL_REWRITE', isset($_SERVER['HTTP_MOD_REWRITE'])); + +// Hide login form +defined('HIDE_LOGIN_FORM') or define('HIDE_LOGIN_FORM', false); |