📄 secpod_ie_supersede.inc
字号:
################################################################################ Internet Explorer Hotfix Supersede check function## Copyright: SecPod## Date Written: 2008/09/29## Revision: 1.0## Log: schandan# Issue #0289# ------------------------------------------------------------------------# This program was written by SecPod and is licensed under the GNU GPL # license. Please refer to the below link for details,# http://www.gnu.org/licenses/gpl.html# This header contains information regarding licensing terms under the GPL, # and information regarding obtaining source code from the Author. # Consequently, pursuant to section 3(c) of the GPL, you must accompany the # information found in this header with any distribution you make of this # Program.# ------------------------------------------------------------------------##############################################################################msBulletin = make_list("MS02-005", "MS02-015", "MS02-023", "MS02-047", "MS02-066", "MS02-068", "MS03-004", "MS03-015", "MS03-020", "MS03-032", "MS03-040", "MS03-048", "MS04-004", "MS04-025", "MS04-038", "MS04-040", "MS05-014", "MS05-020", "MS05-025", "MS05-038", "MS05-052", "MS05-054", "MS06-004", "MS06-013", "MS06-021", "MS06-042", "MS06-067", "MS06-072", "MS07-016", "MS07-027", "MS07-033", "MS07-045", "MS07-057", "MS07-069", "MS08-010", "MS08-024", "MS08-031", "MS08-045");msHotfix = make_list("316059", "319182", "321232", "323759", "328970", "324929", "810847", "813489", "818529", "822925", "828750", "824145", "832894", "867801", "834707", "889293", "867282", "890923", "883939", "896727", "896688", "905915", "910620", "912812", "916281", "918899", "922760", "925454", "928090", "931768", "933566", "937143", "939653", "942615", "944533", "947864", "950759", "953838");function ie_latest_hotfix_update(bulletin){ found = FALSE; for(i=0; i>=0; i++) { if(isnull(msBulletin[i])){ break; } else if(bulletin < msBulletin[i]) { tmp = hotfix_missing(name:msHotfix[i]); if(tmp == 0) found = TRUE; } if(found){ break; } } return found;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -