Update ACL\Login with internal ajax_page flag override

Also ajax flag return method
This commit is contained in:
Clemens Schwaighofer
2022-06-14 16:23:24 +09:00
parent 88178cb08d
commit ea07e4b95b
2 changed files with 26 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ class DotEnv
* @param string $env_file What file to load, default is .env
* @return int -1 other error
* 0 for success full load
* 1 for file loadable, but no data inside
* 1 for file loadable, no data or data already loaded
* 2 for file not readable or open failed
* 3 for file not found
*/