This commit is contained in:
Zach Borboa
2017-10-09 19:33:10 -07:00
parent ce9ff3c7ec
commit 7bce2d9606
-1
View File
@@ -34,7 +34,6 @@ class Url
// 2. While the input buffer is not empty, loop as follows:
while (!empty($input)) {
// A. If the input buffer begins with a prefix of "../" or "./",
// then remove that prefix from the input buffer; otherwise,
if (StrUtil::startsWith($input, '../')) {