From 8df3cefbf8b80b6c3c68e19242a4b499e57fc1ae Mon Sep 17 00:00:00 2001 From: satopian Date: Fri, 27 Dec 2024 18:18:32 +0900 Subject: [PATCH] =?UTF-8?q?//=E3=83=AA=E3=83=80=E3=82=A4=E3=83=AC=E3=82=AF?= =?UTF-8?q?=E3=83=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- petitnote/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/petitnote/functions.php b/petitnote/functions.php index 68d2da7..93d16b2 100644 --- a/petitnote/functions.php +++ b/petitnote/functions.php @@ -262,7 +262,7 @@ function branch_destination_of_location(): void { function location_paintcom(): void { redirect('./?mode=paintcom'); } -//非同期通信の時にpaintcom()を呼び出すためのリダイレクト +//リダイレクト function redirect($url): void { header("Location: {$url}"); exit();