Revision 4c84c124
Added by Stephen Beaver over 9 years ago
src/usr/local/www/status_ntpd.php | ||
---|---|---|
400 | 400 |
|
401 | 401 |
ajax_lock = false; |
402 | 402 |
|
403 |
// Alternate updating the status table and hte gps table (if enabled)
|
|
403 |
// Alternate updating the status table and the gps table (if enabled)
|
|
404 | 404 |
if ((do_gps == "yes") || ("<?=$showgps?>" != 1)) { |
405 | 405 |
do_gps = "no"; |
406 | 406 |
} else { |
407 |
do_gps = "yes";
|
|
407 |
do_gps = "yes";
|
|
408 | 408 |
} |
409 | 409 |
|
410 | 410 |
// and do it again |
Also available in: Unified diff
Cosmetics