mirror of
https://github.com/Daichimarukana/uwuzu.git
synced 2026-06-04 19:14:41 +00:00
uwuzu v1.4.10 Funium
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
if( !empty($_POST['logout']) ) {
|
||||
// リダイレクト先のURLへ転送する
|
||||
$url = '../logout/index.php';
|
||||
header('Location: ' . $url, true, 303);
|
||||
|
||||
// すべての出力を終了
|
||||
exit;
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user