Ejemplo n.º 1
0
     break;
     ////////////////////////////////////////////////////////////////////////////////////////////
     // servermsg
     // Params: action
     ////////////////////////////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////////////////////////////
 // servermsg
 // Params: action
 ////////////////////////////////////////////////////////////////////////////////////////////
 case "servermsg":
     //Instantiate CServMsg Class
     $oServMsg = new CServMsg($config);
     echo "<RESPONSE>\n";
     $oServMsg->GetMessagesForMobile();
     echo "</RESPONSE>\n";
     $oServMsg->Close();
     unset($oServMsg);
     break;
     ////////////////////////////////////////////////////////////////////////////////////////////
     // news
     // Params: action
     ////////////////////////////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////////////////////////////
 // news
 // Params: action
 ////////////////////////////////////////////////////////////////////////////////////////////
 case "news":
     //Instantiate the CFrontNews Class
     $oFrontNews = new CFrontNews($config);
     echo "<RESPONSE>\n";
     $oFrontNews->GetFrontNewsForMobile();