mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Update eventlog.inc.php
This commit is contained in:
@ -4,7 +4,7 @@ $param = array();
|
||||
|
||||
if ($vars['action'] == "expunge" && $_SESSION['userlevel'] >= '10')
|
||||
{
|
||||
dbQuery("TRUNCATE TABLE `bill_history`");
|
||||
dbQuery("TRUNCATE TABLE `eventlog`");
|
||||
print_message("Event log truncated");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user