interface/web/monitor/datalog_list.php
File was renamed from interface/web/admin/datalog_list.php @@ -42,10 +42,10 @@ ******************************************/ //* Check permissions for module $app->auth->check_module_permissions('admin'); $app->auth->check_module_permissions('monitor'); $app->uses('listform_actions'); //$app->listform_actions->SQLExtWhere = "wb = 'W'"; $app->listform_actions->SQLExtWhere = "server_id != 0"; $app->listform_actions->SQLOrderBy = "ORDER BY tstamp DESC, datalog_id DESC"; $app->listform_actions->onLoad();