From: Stephen Soltesz Date: Wed, 28 Nov 2007 22:58:21 +0000 (+0000) Subject: Just return the literal values provided by the plc_config.xml file. This X-Git-Tag: nodeconfig-4.2-1~14 X-Git-Url: http://git.onelab.eu/?p=nodeconfig.git;a=commitdiff_plain;h=e0832943704bbbd3f288ff8e10988d9d536247db Just return the literal values provided by the plc_config.xml file. This obviously depends upon the values being set correctly. --- diff --git a/ipod.conf.php b/ipod.conf.php index 695e001..06d35ff 100755 --- a/ipod.conf.php +++ b/ipod.conf.php @@ -11,13 +11,14 @@ include('plc_config.php'); // Allow only the API server to send a reboot packet -$IP_SUBNET = gethostbyname(PLC_API_HOST); +$IP_SUBNET = PLC_API_IPOD_SUBNET; +$IP_MASK = PLC_API_IPOD_MASK; echo << \ No newline at end of file +?>