mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 12:02:24 +09:00
Merge branch 'develop'
This commit is contained in:
commit
1b6fd45e6d
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