Remove/replace killme() with *exit()
This commit is contained in:
+1
-1
@@ -48,7 +48,7 @@ function notify_init(App $a)
|
||||
$r = $nm->setAllSeen();
|
||||
$j = json_encode(['result' => ($r) ? 'success' : 'fail']);
|
||||
echo $j;
|
||||
killme();
|
||||
exit();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user