From 9dd7cc9bb67c2669f3aedb82f85289ca02e6bf17 Mon Sep 17 00:00:00 2001 From: flashwave Date: Mon, 20 Nov 2023 19:05:26 +0000 Subject: [PATCH] git.flash.moe -> patchii.net --- public/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }