Przeglądaj źródła

removing rudimental include (closes #60)

Serghey Rodin 13 lat temu
rodzic
commit
a3f9c8f648
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      web/list/log/index.php

+ 0 - 1
web/list/log/index.php

@@ -18,7 +18,6 @@ $data = json_decode(implode('', $output), true);
 $data = array_reverse($data);
 unset($output);
 
-include($_SERVER['DOCUMENT_ROOT'].'/templates/admin/menu_log.html');
 include($_SERVER['DOCUMENT_ROOT'].'/templates/admin/list_log.html');
 
 // Footer