summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/index.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-01-16 17:38:45 -0500
committerStephen Beaver <sbeaver@netgate.com>2016-01-16 17:39:28 -0500
commit0cc4b85f9594916a99dc713d413558396a868266 (patch)
tree331d9b7e5cea7c487a0a18ff877d0acd205180b8 /src/usr/local/www/index.php
parent17c7c90601931f8e33f734d261725290c2b26285 (diff)
downloadpfsense-0cc4b85f9594916a99dc713d413558396a868266.zip
pfsense-0cc4b85f9594916a99dc713d413558396a868266.tar.gz
Temporarily fixed #5774
Diffstat (limited to 'src/usr/local/www/index.php')
-rw-r--r--src/usr/local/www/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/index.php b/src/usr/local/www/index.php
index 3d7a0d0..b86c1d1 100644
--- a/src/usr/local/www/index.php
+++ b/src/usr/local/www/index.php
@@ -334,7 +334,7 @@ function widgetcompare($w1, $w2) {
return ($w1['name'] < $w2['name']) ? -1:1;
}
-usort($available, 'widgetcompare');
+//usort($available, 'widgetcompare');
foreach ($available as $widgetname => $widgetconfig):
if ($widgetconfig['display'] == 'none'):
OpenPOWER on IntegriCloud