]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
index.cgi: Remove reiserfs warning from WUI home page
authorAdolf Belka <adolf.belka@ipfire.org>
Thu, 15 Jan 2026 14:00:07 +0000 (15:00 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 15 Jan 2026 14:40:47 +0000 (14:40 +0000)
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
html/cgi-bin/index.cgi

index e0e18dd620f157adb9f650127c26dbdbc2893072..c77707c8f05176a452a16931f12f97980f88e357 100644 (file)
@@ -2,7 +2,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2025  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2026  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # 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);