free_tmcs.php 312 B

1234567891011121314
  1. <?php /** Created by Anton on 14.02.2020. */
  2. if (!$logged_me_in_successfully234) {
  3. return;
  4. }
  5. use app\models\entity\TmcStatus;
  6. require 'tmc/functions.php';
  7. $tmcs = getTmcsByStatus(TmcStatus::TMC_STATUS_IN_CHARGE);
  8. list($cameras, $phones, $oilMeters) = sortTmc($tmcs);
  9. include "tmc_list.php";