diff --git a/public/index.php b/public/index.php index 24cb892..7fc73f2 100644 --- a/public/index.php +++ b/public/index.php @@ -23,7 +23,7 @@ if($reqPath === '/np' || $reqPath === '/redir.php') { if($reqPath === '/source' || $reqPath === '/sig-src.php') { http_response_code(301); - header('Location: https://git.flash.moe/flash/signature'); + header('Location: https://patchii.net/flash/signature'); return; }