Remove/replace killme() with *exit()
This commit is contained in:
+1
-2
@@ -301,8 +301,7 @@ function admin_content(App $a)
|
||||
|
||||
if ($a->isAjax()) {
|
||||
echo $o;
|
||||
killme();
|
||||
return '';
|
||||
exit();
|
||||
} else {
|
||||
return $o;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user