summaryrefslogtreecommitdiffstats
path: root/usr/local/www/index.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2011-02-06 16:03:53 -0500
committerScott Ullrich <sullrich@pfsense.org>2011-02-06 16:03:53 -0500
commitf0e9bdfb512b3574ebd62f258807e742c5db8b42 (patch)
tree955f1f7767ab19208429cdfea8c70556fd5373cf /usr/local/www/index.php
parent998930abd0f319cd662146f8073eb5909575150a (diff)
downloadpfsense-f0e9bdfb512b3574ebd62f258807e742c5db8b42.zip
pfsense-f0e9bdfb512b3574ebd62f258807e742c5db8b42.tar.gz
Ignore minfree file
Diffstat (limited to 'usr/local/www/index.php')
-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