Update normal.php

This commit is contained in:
qkqpttgf
2020-03-22 10:28:20 +08:00
committed by GitHub
parent dd54c94d54
commit 4b177b1a65
+1 -1
View File
@@ -125,7 +125,7 @@ function install()
$title = 'Error';
return message($html, $title, 201);
} else {
return output('Jump<meta http-equiv="refresh" content="3;URL=' . path_format($_SERVER['base_path'] . '/') . '">', 302);
return output('Jump<script>document.cookie=\'language=; path=/\';</script><meta http-equiv="refresh" content="3;URL=' . path_format($_SERVER['base_path'] . '/') . '">', 302);
}
}
}