From f5da08498d7aaef64e9a4feb5d095b13571e0d78 Mon Sep 17 00:00:00 2001 From: Charlie Marshall Date: Mon, 12 Aug 2013 20:25:37 +0100 Subject: change to span all cells --- usr/local/www/services_dyndns.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/local/www/services_dyndns.php') diff --git a/usr/local/www/services_dyndns.php b/usr/local/www/services_dyndns.php index 6705406..a411993 100755 --- a/usr/local/www/services_dyndns.php +++ b/usr/local/www/services_dyndns.php @@ -184,7 +184,7 @@ include("head.inc"); -

+



-- cgit v1.1 From 0abc8f4a00685676d5a4b213120afdf5048a9a0f Mon Sep 17 00:00:00 2001 From: Charlie Marshall Date: Mon, 12 Aug 2013 20:26:28 +0100 Subject: remove whitespaces --- usr/local/www/services_dyndns.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'usr/local/www/services_dyndns.php') diff --git a/usr/local/www/services_dyndns.php b/usr/local/www/services_dyndns.php index a411993..0852071 100755 --- a/usr/local/www/services_dyndns.php +++ b/usr/local/www/services_dyndns.php @@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE. */ /* - pfSense_BUILDER_BINARIES: /usr/bin/host + pfSense_BUILDER_BINARIES: /usr/bin/host pfSense_MODULE: dyndns */ @@ -118,7 +118,7 @@ include("head.inc"); ".htmlspecialchars($types[$j]).""; @@ -144,9 +144,9 @@ include("head.inc"); $ipaddr = dyndnsCheckIP($dyndns['interface']); $cached_ip_s = explode(":", file_get_contents($filename)); $cached_ip = $cached_ip_s[0]; - if ($ipaddr <> $cached_ip) + if ($ipaddr <> $cached_ip) echo ""; - else + else echo ""; echo htmlspecialchars($cached_ip); echo ""; @@ -154,9 +154,9 @@ include("head.inc"); $ipv6addr = get_interface_ipv6($dyndns['interface']); $cached_ipv6_s = explode("|", file_get_contents($filename_v6)); $cached_ipv6 = $cached_ipv6_s[0]; - if ($ipv6addr <> $cached_ipv6) + if ($ipv6addr <> $cached_ipv6) echo ""; - else + else echo ""; echo htmlspecialchars($cached_ipv6); echo ""; -- cgit v1.1