mirror of
https://github.com/Daichimarukana/uwuzu.git
synced 2026-06-05 03:24:41 +00:00
Add files via upload
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