mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 04:24:14 +09:00
Fix #1477 프로토콜 상대주소 처리 개선
This commit is contained in:
parent
aa8ef86106
commit
38744d7088
1 changed files with 1 additions and 1 deletions
|
|
@ -347,7 +347,7 @@ class FrontEndFileHandler extends Handler
|
||||||
}
|
}
|
||||||
elseif(!strncmp($path, '//', 2))
|
elseif(!strncmp($path, '//', 2))
|
||||||
{
|
{
|
||||||
return $path;
|
return preg_replace('#^//+#', '//', $path);
|
||||||
}
|
}
|
||||||
|
|
||||||
$path = preg_replace('@/\./|(?<!:)\/\/@', '/', $path);
|
$path = preg_replace('@/\./|(?<!:)\/\/@', '/', $path);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue