Help for this page

Select Code to Download


  1. or download this
    User = $Request->item("Login")->item();
    $Site = $Request->item("Site")->item();
    ...
    $Response->Redirect($Session->{'this'});
    #this is the index file of help website. 
    }
    
  2. or download this
    $User = $Request->item("Login")->item();
    $Site = $Request->item("Site")->item();
    ...
            
            
        }