mirror of
https://github.com/friendica/friendica
synced 2025-04-27 21:50:11 +00:00
Move index.php content to App->runFrontend
- Replace all x() by !empty() in App - Replace all killme() with exit()
This commit is contained in:
parent
72a7671010
commit
279196959c
3 changed files with 480 additions and 539 deletions
|
@ -142,7 +142,7 @@ class System extends BaseObject
|
|||
'$description' => defaults($description, 'description', '')]);
|
||||
}
|
||||
|
||||
killme();
|
||||
exit();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue