1234567891011121314 |
- <?php /** Created by Anton on 15.02.2020. */
- if (!$logged_me_in_successfully234) {
- return;
- }
- require 'tmc/functions.php';
- $tmcs = getTmcs();
- list($cameras, $phones, $oilMeters) = sortTmc($tmcs);
- include "tmc_list.php";
- include "forms/edit.php";
|