<?php
/*
[UCenter Home] (C) 2007-2008 Comsenz Inc.
$Id: network.php 13003 2009-08-05 06:46:06Z liguode $
*/
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');
?>