summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/system_firmware.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_firmware.php b/usr/local/www/system_firmware.php
index 4a8a217..bf0b92f 100755
--- a/usr/local/www/system_firmware.php
+++ b/usr/local/www/system_firmware.php
@@ -53,7 +53,7 @@ ini_set('max_input_time', '9999');
function file_is_for_platform($filename) {
global $g;
if($g['platform'] == "nanobsd") {
- if(strstr($filename, "nanobsd"))
+ if(stristr($filename, "nanobsd"))
return true;
else
return false;
OpenPOWER on IntegriCloud