Prevent infinite loops with Config when App is in install mode
This commit is contained in:
@@ -54,6 +54,7 @@ require_once "include/dba.php";
|
||||
|
||||
$a = new App(dirname(__DIR__));
|
||||
|
||||
$oAuth = new ExAuth();
|
||||
|
||||
$oAuth->readStdin();
|
||||
if ($a->mode === App::MODE_NORMAL) {
|
||||
$oAuth = new ExAuth();
|
||||
$oAuth->readStdin();
|
||||
}
|
||||
Reference in New Issue
Block a user