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