Project

General

Profile

« Previous | Next » 

Revision 820562e8

Added by NewEraCracker over 9 years ago

Quote the 1st parameter (constant name) when calling define()

View differences:

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