summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/index.php
diff options
context:
space:
mode:
authorJared Dillard <jdillard@netgate.com>2015-12-16 18:05:26 -0600
committerJared Dillard <jdillard@netgate.com>2015-12-16 18:05:26 -0600
commitbeffa78a260908aee7d8cf14c8bba76b10ef8ec5 (patch)
tree4b8c0429192e335b429c588c580941ba497daf32 /src/usr/local/www/index.php
parent2063a534e653042f7d4cf0dc667f7a2ee621b0ef (diff)
downloadpfsense-beffa78a260908aee7d8cf14c8bba76b10ef8ec5.zip
pfsense-beffa78a260908aee7d8cf14c8bba76b10ef8ec5.tar.gz
no longer used
Diffstat (limited to 'src/usr/local/www/index.php')
-rw-r--r--src/usr/local/www/index.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/usr/local/www/index.php b/src/usr/local/www/index.php
index 7ae8f9b..5abe3e4 100644
--- a/src/usr/local/www/index.php
+++ b/src/usr/local/www/index.php
@@ -379,7 +379,6 @@ foreach ($widgets as $widgetname => $widgetconfig) {
<div class="row">
<?php
$columnWidth = 12 / $numColumns;
- $columnCounter = 0;
for($i=1; $i<=$numColumns; $i++) {
echo '<div class="col-md-' . $columnWidth . '" id="widgets-col' . $i . '">';
OpenPOWER on IntegriCloud