Hi,
I think there is kind of the same bug with the NTP client on the General
setup page.
If you disable it (setting time update interval = 0) it reloads the pages OK
with the value 0 but the next time you enter the pages it is back to the
default value (time update interval = 300).
Kim
-----Original Message-----
From: Manuel Kasper [mailto:mk at neon1 dot net]
Sent: 14. oktober 2003 07:29
To: Stephen Waits
Cc: m0n0wall at lists dot m0n0 dot ch
Subject: Re: [m0n0wall] minor UI bug in pb18r522
Stephen Waits said:
> syslogd related..
>
> In the WebGUI, the "Number of log entries to show:" always changes to
> 1. I normally leave it at 50.
Yep, I can confirm that. The value is saved properly, though. To fix, change
line 35 in diag_logs_settings.php to:
$pconfig['nentries'] = $config['syslog']['nentries'];
(i.e. removing the isset() function call). That's what you get from too much
copy & pasting! ;)
Thanks for figuring this out!
- Manuel
---------------------------------------------------------------------
To unsubscribe, e-mail: m0n0wall dash unsubscribe at lists dot m0n0 dot ch
For additional commands, e-mail: m0n0wall dash help at lists dot m0n0 dot ch |