mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-07 22:58:07 +02:00
put in config framework for auto-update ability, plugins, etc.
This commit is contained in:
parent
8f83c4ab64
commit
d763485752
3 changed files with 38 additions and 4 deletions
|
@ -29,6 +29,8 @@ if((x($_SESSION,'authenticated')) || (x($_POST['auth-params'])))
|
|||
|
||||
if($install)
|
||||
$a->module = 'install';
|
||||
else
|
||||
check_config($a);
|
||||
|
||||
if(strlen($a->module)) {
|
||||
if(file_exists("mod/{$a->module}.php")) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue