Remove/replace killme() with *exit()
This commit is contained in:
@@ -48,5 +48,5 @@ function update_notes_content(App $a) {
|
||||
echo str_replace("\t", " ", $text);
|
||||
echo "</section>";
|
||||
echo "</body></html>\r\n";
|
||||
killme();
|
||||
exit();
|
||||
}
|
||||
Reference in New Issue
Block a user