mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-23 19:37:35 +08:00
fix: 修复上一个commit造成的bug
This commit is contained in:
@@ -112,7 +112,7 @@ class Helper
|
||||
{
|
||||
$subscribeUrls = explode(',', admin_setting('subscribe_url'));
|
||||
$subscribeUrl = $subscribeUrls[array_rand($subscribeUrls)];
|
||||
$subscribeUrl = self::replaceRandomNumber($subscribeUrl);
|
||||
$subscribeUrl = self::replaceByPattern($subscribeUrl);
|
||||
if ($subscribeUrl) return $subscribeUrl . $path;
|
||||
return url($path);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user