Pause by default.

This commit is contained in:
Scott Ullrich 2009-03-08 17:29:40 -04:00
parent effe3da71d
commit 10e6500f87

View File

@ -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']))