From 6763584f422aef12dcdbe0beef2ae87720a315ea Mon Sep 17 00:00:00 2001 From: haoouba <2323333339@qq.com> Date: Sun, 7 Feb 2021 21:33:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/short.php | 2 +- video.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/short.php b/core/short.php index 4e9a67c..c5e8468 100644 --- a/core/short.php +++ b/core/short.php @@ -31,7 +31,7 @@ function _parseContent($post, $login) } /* 过滤dplayer播放器 */ if (preg_match('/\{dplayer\s{0,}src=".{0,}"\s{0,}\/\}/sSU', $content)) { - $player = Helper::options()->JCustomPlayer ? Helper::options()->JCustomPlayer : '/usr/themes/Joe/library/player.php?url='; + $player = Helper::options()->JCustomPlayer ? Helper::options()->JCustomPlayer : '/usr/themes/joe/library/player.php?url='; $content = preg_replace( '/\{dplayer\s{0,}src="(.{0,})"\s{0,}\/\}/sSU', '', diff --git a/video.php b/video.php index e494350..d55b489 100644 --- a/video.php +++ b/video.php @@ -33,7 +33,7 @@