Protocols: Clash: fix Clash app_name not found

This commit is contained in:
Beta Soft 2021-08-29 21:30:38 +08:00
parent adb5d041e6
commit 85686df2e6
No known key found for this signature in database
GPG Key ID: 180A31AB98D5C156

View File

@ -20,6 +20,7 @@ class Clash
{
$servers = $this->servers;
$user = $this->user;
$app_name = config('v2board.app_name', 'V2Board');
header("subscription-userinfo: upload={$user['u']}; download={$user['d']}; total={$user['transfer_enable']}; expire={$user['expired_at']}");
header('profile-update-interval: 24');
header("content-disposition: filename={$app_name}");