@@ -108,7 +108,7 @@ |
||
108 | 108 | $path = substr($path, 2); |
109 | 109 | } |
110 | 110 | |
111 | - $slash = substr($path, 0, 1); |
|
111 | + $slash = substr($path, 0, 1); |
|
112 | 112 | if ($slash === '\\' || $slash === '/') { |
113 | 113 | $this->root = trim($this->root, '/\\') . '/'; |
114 | 114 | $this->path = trim(str_replace('\\', '/', $path), '/'); |