Home
last modified time | relevance | path

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

/plugin/redirect2/
Daction.php180 $checkID = $ID;
182 if (isset($map->pattern[$checkID])) {
183 $dest = $map->pattern[$checkID]['destination'];
188 $status = $map->pattern[$checkID]['status'];
198 $leaf = noNS(rtrim($checkID,':')).$leaf;
199 $checkID = ($checkID == ':') ? false : getNS(rtrim($checkID,':')).':';
200 } while ($checkID != false);
241 $checkID = ':'.ltrim($event->data['media'],':');
243 if (isset($map->pattern[$checkID])) {
244 $dest = $map->pattern[$checkID]['destination'];
[all …]
/plugin/redirector/
Daction.php43 …$checkID = strpos($_SERVER["REQUEST_URI"], '?') === false ? $_SERVER["REQUEST_URI"] : substr($_SER…
44 if ( substr($checkID, 0, 1) != '/' ) $checkID = '/' . $checkID;
46 …turn = preg_replace( array_keys($redirectURLs), array_values($redirectURLs), strtolower($checkID));
49 if ( $return == strtolower($checkID) ) {
54 …tch('/(?i)bot/', $_SERVER['HTTP_USER_AGENT'])) { dbglog("Redirecting: '{$checkID}' to '{$return}'"…