Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

最火爆模板

[复制链接]
牛头人2006 发表于 2010-2-20 12:55:48 | 显示全部楼层 |阅读模式
请高手指点:如何使这个php文件指向别的htm文件如:university.htm。应该修改哪里呢
include_once('./common.php');

//是否关闭站点
checkclose();

//空间被锁定
if($_SGLOBAL['supe_uid']) {
        $space = getspace($_SGLOBAL['supe_uid']);
       
        if($space['flag'] == -1) {
                showmessage('space_has_been_locked');
        }
       
        //禁止访问
        if(checkperm('banvisit')) {
                ckspacelog();
                showmessage('you_do_not_have_permission_to_visit');
        }
}
       
include_once(S_ROOT.'./source/network.php');
解决各类WEB问题 发表于 2010-2-20 13:38:48 | 显示全部楼层
修改network.php这个文件。
回复

使用道具 举报

leonswin 发表于 2010-2-20 13:59:45 | 显示全部楼层
这个确实很难,帮顶了~
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-18 04:22 , Processed in 0.031493 second(s), 5 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表