Example #1
0
 function UpdateSIDTimeout($ConfigFile, $orig_session)
 {
     //Instantiate the CChess Class
     $oChess = new CChess($this->ChessCFGFileLocation);
     $oChess->UpdateSIDTimeout($this->ChessCFGFileLocation, $orig_session);
     unset($oChess);
 }