Exemplo n.º 1
0
 /**
  * Maintenance::resetacars()
  * 
  * @return
  */
 public function resetacars()
 {
     CodonModule::checkPermission(MAINTENANCE);
     echo '<h3>ACARS Reset</h3>';
     ACARSData::resetFlights();
 }
Exemplo n.º 2
0
 public function resetacars()
 {
     echo '<h3>ACARS Reset</h3>';
     ACARSData::resetFlights();
 }