Owen Diffey 4 жил өмнө
parent
commit
e1b8cc2ebc
1 өөрчлөгдсөн 3 нэмэгдсэн , 1 устгасан
  1. 3 1
      index.php

+ 3 - 1
index.php

@@ -522,7 +522,9 @@ $page = preg_replace("/\?.+/", "", $page);
       </div>
       <?php } ?>
     </div>
-    <?php } else { 
+    <?php } else if (stristr($page, "/store")) {
+        header("Location: https://empyrean.craftingstore.net/");
+    } else { 
       header("Location: https://discord.gg/yPbwmXM");
      } ?>
   </body>