Searched refs:redirectionTarget (Results 1 – 1 of 1) sorted by relevance
51 var $redirectionTarget = ''; variable in admin_plugin_404manager138 $this->redirectionTarget = $_POST[self::FORM_NAME_TARGET_PAGE];140 if ($this->redirectionSource == $this->redirectionTarget) {162 if (!page_exists($this->redirectionTarget)) {164 if ($this->isValidURL($this->redirectionTarget)) {170 … msg($this->lang['NotInternalOrUrlPage'] . ': ' . $this->redirectionTarget . '', -1);180 $this->addRedirection($this->redirectionSource, $this->redirectionTarget);224 …tpage" name="' . self::FORM_NAME_TARGET_PAGE . '" value="' . $this->redirectionTarget . '" class="…