summaryrefslogtreecommitdiffstats
path: root/usr/local/www/widgets/widgets/dyn_dns_status.widget.php
diff options
context:
space:
mode:
authorCharlie Marshall <charlie0440@gmail.com>2013-08-06 23:46:42 +0100
committerCharlie Marshall <charlie0440@gmail.com>2013-08-06 23:46:42 +0100
commit9b50c0ed68c80e59c040d4c11d986f32661d4c47 (patch)
tree7f4122fb336d5ee566a111d42deb8daea8fe6e73 /usr/local/www/widgets/widgets/dyn_dns_status.widget.php
parentb05a8f356f3ae9b2ffb8ed71f632c97936737247 (diff)
downloadpfsense-9b50c0ed68c80e59c040d4c11d986f32661d4c47.zip
pfsense-9b50c0ed68c80e59c040d4c11d986f32661d4c47.tar.gz
remove whitespaces from widgets
Diffstat (limited to 'usr/local/www/widgets/widgets/dyn_dns_status.widget.php')
-rw-r--r--usr/local/www/widgets/widgets/dyn_dns_status.widget.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/widgets/widgets/dyn_dns_status.widget.php b/usr/local/www/widgets/widgets/dyn_dns_status.widget.php
index 2ae268b..6fc9da7 100644
--- a/usr/local/www/widgets/widgets/dyn_dns_status.widget.php
+++ b/usr/local/www/widgets/widgets/dyn_dns_status.widget.php
@@ -28,7 +28,7 @@
POSSIBILITY OF SUCH DAMAGE.
*/
/*
- pfSense_BUILDER_BINARIES: /usr/bin/host
+ pfSense_BUILDER_BINARIES: /usr/bin/host
pfSense_MODULE: dyndns
*/
@@ -109,8 +109,8 @@ if($_REQUEST['getdyndnsstatus']) {
<?php
$types = explode(",", DYNDNS_PROVIDER_DESCRIPTIONS);
$vals = explode(" ", DYNDNS_PROVIDER_VALUES);
- for ($j = 0; $j < count($vals); $j++)
- if ($vals[$j] == $dyndns['type']) {
+ for ($j = 0; $j < count($vals); $j++)
+ if ($vals[$j] == $dyndns['type']) {
if (!isset($dyndns['enable']))
echo "<span class=\"gray\">".htmlspecialchars($types[$j])."</span>";
else
OpenPOWER on IntegriCloud