wang jun 1 year ago
parent
commit
1ceea9893e

+ 1 - 0
application/common/server/ShouhuanCommand.php

@@ -191,6 +191,7 @@ class ShouhuanCommand
             case 'BOOTOFF':
             case 'REMOVE':
             case 'CALL':
+            case 'KEYBRD':
                 $weight = 0;
                 break;
             default:

+ 1 - 1
application/common/server/SouhuanAnalysis.php

@@ -1024,7 +1024,7 @@ class SouhuanAnalysis
             'SOS', 'CR', 'UPLOAD', 'SLEEPTIME', 'ZONE', 'FALLDOWN',
             'APPLOCK', 'FACTORY', 'VERNO', 'LOWBAT', 'UD', 'POWEROFF', 'MESSAGE',
             'WALKTIME', 'PEDO', 'PHB', 'PHL', 'REMIND', 'SILENCETIME2', 'BOOTOFF',
-            'REMOVE', 'INFO', 'AL', 'LSSET', 'BTWARNSET',
+            'REMOVE', 'INFO', 'AL', 'LSSET', 'BTWARNSET', 'KEYBRD',
         ];
         if (in_array($command, $showcommands)) {
             var_dump(date('Y-m-d H:i:s'));