mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 15:12:48 +08:00
修正
This commit is contained in:
@@ -26,7 +26,7 @@ class Url
|
|||||||
*/
|
*/
|
||||||
public static function build($url = '', $vars = '', $suffix = true, $domain = false)
|
public static function build($url = '', $vars = '', $suffix = true, $domain = false)
|
||||||
{
|
{
|
||||||
if (fale === $domain && Config::get('url_domain_deploy')) {
|
if (false === $domain && Config::get('url_domain_deploy')) {
|
||||||
$domain = true;
|
$domain = true;
|
||||||
}
|
}
|
||||||
// 解析URL
|
// 解析URL
|
||||||
|
|||||||
Reference in New Issue
Block a user