mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Pause by default.
This commit is contained in:
parent
effe3da71d
commit
10e6500f87
@ -4,7 +4,7 @@ var lines = Array();
|
||||
var timer;
|
||||
var updateDelay = 30000;
|
||||
var isBusy = false;
|
||||
var isPaused = false;
|
||||
var isPaused = true;
|
||||
|
||||
<?php
|
||||
if(isset($config['syslog']['reverse']))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user