mirror of
https://github.com/friendica/friendica
synced 2025-05-12 10:24:10 +02:00
Add Install Mode
- Added $install_mode in Class App instead - Extracted the install business logic to a new Class Install - Replaced all $a->module == 'install' with $a->install_mode
This commit is contained in:
parent
ebe203336f
commit
6973aaefc2
5 changed files with 349 additions and 306 deletions
|
@ -52,6 +52,7 @@ class App
|
|||
public $argv;
|
||||
public $argc;
|
||||
public $module;
|
||||
public $install_mode = false;
|
||||
public $pager;
|
||||
public $strings;
|
||||
public $basepath;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue