mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-06-04 17:03:41 -04:00
Remove timers for now.
This commit is contained in:
parent
b2a15ceb9d
commit
71654698d3
2 changed files with 0 additions and 14 deletions
|
@ -157,9 +157,7 @@ class App {
|
|||
|
||||
$cache = array();
|
||||
$folder = Item::get($this, CURRENT_PATH, $cache);
|
||||
time_log("f2");
|
||||
$items = $folder->get_content($cache);
|
||||
time_log("f3");
|
||||
uasort($items, array("Item", "cmp"));
|
||||
|
||||
$html = "<table>";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue