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