コード例 #1
0
ファイル: Maintenance.php プロジェクト: phpmods/phpvms_5.5.x
 /**
  * Maintenance::resetacars()
  * 
  * @return
  */
 public function resetacars()
 {
     CodonModule::checkPermission(MAINTENANCE);
     echo '<h3>ACARS Reset</h3>';
     ACARSData::resetFlights();
 }
コード例 #2
0
ファイル: Maintenance.php プロジェクト: ryanunderwood/phpVMS
 public function resetacars()
 {
     echo '<h3>ACARS Reset</h3>';
     ACARSData::resetFlights();
 }