Home
last modified time | relevance | path

Searched refs:inputURL (Results 1 – 1 of 1) sorted by relevance

/plugin/siteexport/inc/
H A Dtoc.php26 private function shortenByTranslation(&$inputURL, $deepSearch = false) argument
29 $inputURL = str_replace(':', '/', $inputURL);
33 $url = explode('/', $inputURL);
54 $inputURL = implode('/', $url);
55 $inputURL = preg_replace("$\/+$", "/", $inputURL);
57 if (strlen($inputURL) > 0 && substr($inputURL, 0, 1) == '/')
59 $inputURL = substr($inputURL, 1);
62 return $inputURL;