在不关闭游客访问的情况下,默认主页仍为index.php的方法
把index.php里面的改一下
if(empty($_SCONFIG['networkpublic'])) {
include template('index');
} else {
showmessage('enter_the_network', 'network.php', 0);
}
改为:
include template('index');
看签名
[ 本帖最后由 jolon1019 于 2008-4-27 22:24 编辑 ]