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