edit.php 266 B

1234567891011121314
  1. <?php /** Created by Anton on 15.02.2020. */
  2. if (!$logged_me_in_successfully234) {
  3. return;
  4. }
  5. require 'tmc/functions.php';
  6. $tmcs = getTmcs();
  7. list($cameras, $phones, $oilMeters) = sortTmc($tmcs);
  8. include "tmc_list.php";
  9. include "forms/edit.php";