From: Adolf Belka Date: Thu, 15 Jan 2026 14:00:07 +0000 (+0100) Subject: index.cgi: Remove reiserfs warning from WUI home page X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d2c8b9232689b4b146018efaca8178c5e4e637f;p=ipfire-2.x.git index.cgi: Remove reiserfs warning from WUI home page Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer --- diff --git a/html/cgi-bin/index.cgi b/html/cgi-bin/index.cgi index e0e18dd62..c77707c8f 100644 --- a/html/cgi-bin/index.cgi +++ b/html/cgi-bin/index.cgi @@ -2,7 +2,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2025 IPFire Team # +# Copyright (C) 2007-2026 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -599,10 +599,6 @@ if ( -e "/var/run/need_reboot" ) { push(@warnings, $Lang::tr{'needreboot'}); } -if ( `/bin/grep -c "reiserfs" /proc/self/mounts` > 0 ) { - push (@warnings, $Lang::tr{'reiserfs warning1'} . " " . $Lang::tr{'reiserfs warning2'}); -} - # Show any warnings &Header::warningbox(@warnings);