if(isset($_REQUEST['old-path']) === true) { $sFullOldPath = ''; $sFullOldPath = $_SERVER['DOCUMENT_ROOT'].'/'.$_REQUEST['old-path']; ShowPage($sFullOldPath); } ?>