Revision 820562e8
Added by NewEraCracker over 9 years ago
src/usr/local/www/services_ntpd.php | ||
---|---|---|
61 | 61 |
##|*MATCH=services_ntpd.php* |
62 | 62 |
##|-PRIV |
63 | 63 |
|
64 |
define(NUMTIMESERVERS, 10); // The maximum number of configurable time servers
|
|
64 |
define('NUMTIMESERVERS', 10); // The maximum number of configurable time servers
|
|
65 | 65 |
require("guiconfig.inc"); |
66 | 66 |
require_once('rrd.inc'); |
67 | 67 |
require_once("shaper.inc"); |
Also available in: Unified diff
Quote the 1st parameter (constant name) when calling define()