|
From: <ow...@us...> - 2008-01-14 19:19:34
|
Revision: 1007
http://ipcop.svn.sourceforge.net/ipcop/?rev=1007&view=rev
Author: owes
Date: 2008-01-14 11:19:40 -0800 (Mon, 14 Jan 2008)
Log Message:
-----------
argh.
Time for a break.
Modified Paths:
--------------
ipcop/trunk/html/cgi-bin/time.cgi
Modified: ipcop/trunk/html/cgi-bin/time.cgi
===================================================================
--- ipcop/trunk/html/cgi-bin/time.cgi 2008-01-14 18:55:38 UTC (rev 1006)
+++ ipcop/trunk/html/cgi-bin/time.cgi 2008-01-14 19:19:40 UTC (rev 1007)
@@ -179,9 +179,9 @@
if ($timesettings{'VALID'} eq '')
{
$timesettings{'ENABLENTP'} = 'off';
- $timesettings{'NTP_ADDR_1'} = '0.pool.ntp.org';
- $timesettings{'NTP_ADDR_2'} = '1.pool.ntp.org';
- $timesettings{'NTP_ADDR_2'} = '2.pool.ntp.org';
+ $timesettings{'NTP_ADDR_1'} = '0.ipcop.pool.ntp.org';
+ $timesettings{'NTP_ADDR_2'} = '1.ipcop.pool.ntp.org';
+ $timesettings{'NTP_ADDR_3'} = '2.ipcop.pool.ntp.org';
}
unless ($errormessage) {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|