git.flash.moe -> patchii.net

This commit is contained in:
flash 2023-11-20 19:05:26 +00:00
parent ce9a50e709
commit 9dd7cc9bb6

View file

@ -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;
}