芝麻web文件管理V1.00
编辑当前文件:/home/projzpbv/public_html/wp-content/plugins/mailpoet/lib/Util/CdnAssetUrl.php
baseUrl = $baseUrl; } public function generateCdnUrl($path) { $useCdn = defined('MAILPOET_USE_CDN') ? MAILPOET_USE_CDN : true; return ($useCdn ? self::CDN_URL : $this->baseUrl . '/plugin_repository/') . "assets/$path"; } }