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

Update launcher_download.php

Browse files
Files changed (1) hide show
  1. launcher_download.php +6 -6
launcher_download.php CHANGED
@@ -1,7 +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
  ?>
 
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
  ?>