Move index.php content to App->runFrontend

- Replace all x() by !empty() in App
- Replace all killme() with exit()
This commit is contained in:
Hypolite Petovan 2018-10-21 22:24:47 -04:00
parent 72a7671010
commit 279196959c
3 changed files with 480 additions and 539 deletions

View file

@ -142,7 +142,7 @@ class System extends BaseObject
'$description' => defaults($description, 'description', '')]);
}
killme();
exit();
}
/**