summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2011-02-06 16:31:25 -0500
committerScott Ullrich <sullrich@pfsense.org>2011-02-06 16:31:25 -0500
commit1bea00f9c275e0f7fbdf4eaed23f215044ddff01 (patch)
tree9888bda518c0f7ff32ecfb10db4bed90b7e0f03d /usr/local/www
parentb32ccfce66dbb706c0661073725f2c30a9d646a8 (diff)
parentf0e9bdfb512b3574ebd62f258807e742c5db8b42 (diff)
downloadpfsense-1bea00f9c275e0f7fbdf4eaed23f215044ddff01.zip
pfsense-1bea00f9c275e0f7fbdf4eaed23f215044ddff01.tar.gz
Merge remote branch 'upstream/master'
Diffstat (limited to 'usr/local/www')
-rwxr-xr-xusr/local/www/index.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/www/index.php b/usr/local/www/index.php
index 30c369d..e9c193f 100755
--- a/usr/local/www/index.php
+++ b/usr/local/www/index.php
@@ -46,6 +46,8 @@ $crash = glob("/var/crash/*");
$x = 0;
if(is_array($crash)) {
foreach($crash as $c) {
+ if($c == "minfree")
+ continue;
if($c == ".")
continue;
if($c == "..")
OpenPOWER on IntegriCloud