killme() does the same here + added curly braces

Signed-off-by: Roland Haeder <roland@mxchange.org>
This commit is contained in:
Roland Häder 2017-03-24 21:17:00 +01:00
commit daa32d49cf
No known key found for this signature in database
GPG key ID: B72F8185C6C7BD78
2 changed files with 9 additions and 13 deletions

View file

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