@@ -171,6 +171,9 @@ |
||
171 | 171 | } |
172 | 172 | } |
173 | 173 | |
174 | + /** |
|
175 | + * @param string $filepath |
|
176 | + */ |
|
174 | 177 | private function mb_pathinfo($filepath) { |
175 | 178 | $result = []; |
176 | 179 | preg_match('%^(.*?)[\\\\/]*(([^/\\\\]*?)(\.([^\.\\\\/]+?)|))[\\\\/\.]*$%im', ltrim('/' . $filepath), $matches); |
@@ -93,6 +93,7 @@ |
||
93 | 93 | } |
94 | 94 | |
95 | 95 | /** |
96 | + * @param string $url |
|
96 | 97 | * @return boolean indicating if proxy.php is in initialize or false otherwise |
97 | 98 | */ |
98 | 99 | private function isProxyStarting($url) { |