mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-07 15:54:26 +02:00
Prevent infinite loops with Config when App is in install mode
This commit is contained in:
parent
46b34574d9
commit
fd7179ee6c
3 changed files with 55 additions and 5 deletions
|
@ -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();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue