Passed
Push — main ( 9eb73c...49e920 )
by YeBeKhe
02:02
created
collect.php 1 patch
Spacing   +23 added lines, -23 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@  discard block
 block discarded – undo
6 6
 include "modules/ranking.php"; // Include the ranking module
7 7
 include "modules/singbox.php"; // Include the singbox module
8 8
 
9
-function addHeader ($subscription, $subscriptionName) {
9
+function addHeader($subscription, $subscriptionName) {
10 10
     $headerText = "#profile-title: base64:" . base64_encode($subscriptionName) . "
11 11
 #profile-update-interval: 1
12 12
 #subscription-userinfo: upload=0; download=0; total=10737418240000000; expire=2546249531
@@ -29,7 +29,7 @@  discard block
 block discarded – undo
29 29
     rmdir($folder);
30 30
 }
31 31
 
32
-function seprate_by_country($configs){
32
+function seprate_by_country($configs) {
33 33
     $configsArray = explode("\n", $configs);
34 34
     $configLocation = "";
35 35
     $output = [];
@@ -38,15 +38,15 @@  discard block
 block discarded – undo
38 38
 
39 39
         if ($configType === "vmess") {
40 40
             $configName = parse_config($config, "vmess", true)['ps'];
41
-        } elseif ($configType === "vless" || $configType === "trojan" ){
41
+        } elseif ($configType === "vless" || $configType === "trojan") {
42 42
             $configName = parse_config($config, $configType)['hash'];
43
-        } elseif ($configType === "ss"){
43
+        } elseif ($configType === "ss") {
44 44
             $configName = parse_config($config, "ss")['name'];
45
-        } elseif ($configType === "tuic"){
45
+        } elseif ($configType === "tuic") {
46 46
             $configName = parse_config($config, "tuic")['hash'];
47 47
         }
48 48
 
49
-        if (stripos($configName, "RELAY
Please login to merge, or discard this patch.