aiguoliuguo commited on
Commit
6db166b
·
verified ·
1 Parent(s): cdd8a6f

Upload launcher_download.php

Browse files
Files changed (1) hide show
  1. launcher_download.php +7 -0
launcher_download.php ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ /?php
2
+ $url = 'http://117.72.46.224:12345/d/%E5%A4%A9%E7%BF%BC/SVC-Fusion-v1.2.0.7z';
3
+
4
+ header("Location: $url");
5
+
6
+ exit();
7
+ ?>