mirror of
https://github.com/v2board/v2board.git
synced 2025-02-25 14:50:26 +08:00
update
This commit is contained in:
parent
52e7925cac
commit
45ba9b0c15
@ -63,7 +63,8 @@ class TutorialController extends Controller
|
|||||||
];
|
];
|
||||||
// fuck support shadowrocket urlsafeb64 subscribe
|
// fuck support shadowrocket urlsafeb64 subscribe
|
||||||
$response['data']['safe_area_var']['b64_subscribe_url'] = str_replace(
|
$response['data']['safe_area_var']['b64_subscribe_url'] = str_replace(
|
||||||
array('+','/','='),array('-','_',''),
|
array('+','/','='),
|
||||||
|
array('-','_',''),
|
||||||
base64_encode($response['data']['safe_area_var']['subscribe_url'])
|
base64_encode($response['data']['safe_area_var']['subscribe_url'])
|
||||||
);
|
);
|
||||||
// end
|
// end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user