mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-06-07 09:54:27 +02:00
[various] Move mod/settings.php to src/Module
- Remove reference to mod/settings.php - Update settings/addons route
This commit is contained in:
parent
ddf87440b2
commit
2643259a93
4 changed files with 3 additions and 6 deletions
|
@ -63,9 +63,6 @@ function pumpio_content(App $a)
|
|||
return '';
|
||||
}
|
||||
|
||||
require_once 'mod/settings.php';
|
||||
settings_init($a);
|
||||
|
||||
if (isset(DI::args()->getArgv()[1])) {
|
||||
switch (DI::args()->getArgv()[1]) {
|
||||
case 'connect':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue