您的位置:BugFree > 论坛 > 技术支持 > BugFree精华贴 > 怎样增加可以选择的操作系统?
2007-03-22 09:56:52 怎样增加可以选择的操作系统?
#1
lch199883
访问次数 : 21
注册日期 : 07-03-22 09:52
上次访问 : 09-10-29 21:05
请问:怎样在操作系统下拉框中增加可以选择的操作系统?比如,我想把windows 2000改成win2000 server,再增加一个win2000 professional和windows 2003,如何修改呢?
回帖
2007-03-22 10:51:24
#2
luhh
访问次数 : 87
注册日期 : 05-12-27 16:39
上次访问 : 09-12-03 11:19
GreenAMP\www\BugFree\Include\LangFile下ChineseUTF8.php文件,找到这段代码:

/* Define the OS list. */
$BugConfig["BugOS"] = array
(
"All" => "全部",
"WinXP" => "Windows XP",
"Win2000" => "Windows 2000",
"WinNT" => "Windows NT",
);

添加你所需要的,删除你不需要的即可,“=>”前是你所要添加的系统,后面是在bugfree里显示的名称
代码里的排放顺序=bugfree里显示的顺序
回帖
2008-11-17 23:13:33
#3
playinlife
访问次数 : 1
注册日期 : 08-11-17 23:13
上次访问 : 09-10-29 21:05
[img]null[/img][quote][/quote][code][/code][u][/u][i][/i][b][/b]
回帖