Ejemplo n.º 1
0
 function heim_kampflos()
 {
     global $mainframe;
     // Check for request forgeries
     JRequest::checkToken() or die('Invalid Token');
     $option = JRequest::getCmd('option');
     $section = JRequest::getVar('section');
     $link = 'index.php?option=' . $option . '&section=' . $section;
     $gast = JText::_('ERGEBNISSE_MSG_HOME');
     CLMControllerErgebnisse::kampflos($gast);
     $msg = JText::_('ERGEBNISSE_MSG_HOME_KL');
     $mainframe->redirect($link, $msg);
 }