include "config.inc";
include "include/rand.php";
include_once("counter/counter.php");
if(isStudent())
{
goPage("/student_study.php");
exit;
}
if(isTeacher())
{
goPage("/teacher.php");
exit;
}
if(isAdmin())
{
goPage("/adminuser/htglxt.php");//manager
exit;
}
?>
通知 2009春专本科开放专业的学员们,恭贺大家圆满地完成了学业,目前,大家的毕业证书已全部上网,档案已归档完毕,希望大家于百忙之中抽出时间...阅读全文>>