www.gusucode.com > 1013网博士成品网站管理系统 PHP网站源码程序 > 1013/1013/service/index.php

    <?php
define("ROOTPATH", "../");
include(ROOTPATH."includes/common.inc.php");
include("language/".$sLan.".php");


//定义模块名和页面名
PageSet("service","main");

//输出
PrintPage();

?>