From e0832943704bbbd3f288ff8e10988d9d536247db Mon Sep 17 00:00:00 2001 From: Stephen Soltesz Date: Wed, 28 Nov 2007 22:58:21 +0000 Subject: [PATCH] Just return the literal values provided by the plc_config.xml file. This obviously depends upon the values being set correctly. --- ipod.conf.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 +?> -- 2.43.0