mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-31 04:34:27 +00:00
Clean up
This commit is contained in:
@@ -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, '../')) {
|
||||
|
||||
Reference in New Issue
Block a user