Skip to content

Commit

Permalink
//リダイレクト
Browse files Browse the repository at this point in the history
  • Loading branch information
satopian committed Dec 27, 2024
1 parent 9f26689 commit 8df3cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion petitnote/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 8df3cef

Please sign in to comment.