Reverted some test
This commit is contained in:
parent
6396f92d9b
commit
6d1ba768ef
1 changed files with 1 additions and 1 deletions
2
boot.php
2
boot.php
|
@ -905,7 +905,7 @@ function login($register = false, $hiddens = false) {
|
||||||
*/
|
*/
|
||||||
function killme() {
|
function killme() {
|
||||||
if (!get_app()->is_backend()) {
|
if (!get_app()->is_backend()) {
|
||||||
@session_write_close();
|
session_write_close();
|
||||||
}
|
}
|
||||||
|
|
||||||
exit();
|
exit();
|
||||||
|
|
Loading…
Reference in a new issue