Move index.php content to App->runFrontend
- Replace all x() by !empty() in App - Replace all killme() with exit()
This commit is contained in:
@@ -142,7 +142,7 @@ class System extends BaseObject
|
||||
'$description' => defaults($description, 'description', '')]);
|
||||
}
|
||||
|
||||
killme();
|
||||
exit();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user