root hace 5 años
padre
commit
45ba9b0c15
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      app/Http/Controllers/TutorialController.php

+ 2 - 1
app/Http/Controllers/TutorialController.php

@@ -63,7 +63,8 @@ class TutorialController extends Controller
         ];
         // fuck support shadowrocket urlsafeb64 subscribe
         $response['data']['safe_area_var']['b64_subscribe_url'] = str_replace(
-            array('+','/','='),array('-','_',''),
+            array('+','/','='),
+            array('-','_',''),
             base64_encode($response['data']['safe_area_var']['subscribe_url'])
         );
         // end