Работа с датами. Вперед-назад, проверка ограничений.
[squid-reports.git] / web / api.php
index 2b700e20b855d3c9b369acd1d4094d6df5eac494..4da8707b54134d0533794522845713cc9cc09de9 100644 (file)
@@ -78,6 +78,8 @@
       $users = exec_query("select id,username as name,alias from users");
       $hosts = exec_query("select id,hostname as name,alias from hosts");
       $data["dictionaries"] = Array( "user_id" => $users, "host_id" => $hosts);
+      $data["online_refresh"] = $online_refresh;
+      $data["online_history"] = $online_history;
 
       break;