killme() does the same here + added curly braces

Signed-off-by: Roland Haeder <roland@mxchange.org>
This commit is contained in:
Roland Haeder
2017-03-24 21:17:00 +01:00
parent c0be733d6d
commit daa32d49cf
2 changed files with 9 additions and 13 deletions

View File

@@ -1848,7 +1848,7 @@ function killme() {
session_write_close();
}
exit;
exit();
}
/**