在pcconf.php中有这么一个设置
$pcconfig["TYPES"] = array (
"normal" => "",
"group" => "group",
"system" => "smth",
"board" => "board",
"columnist" => "columnist"
);
按照文件中的注释,$pcconfig["TYPES"]是blog类型,这个类型是指的什么呢?
譬如:"system" => "smth",这代表什么意思?
这里如果自定义的话,可以怎么修改?
--
FROM 221.192.216.*