gusucode.com > 数码家电商城源码程序 > 数码家电商城源码程序/2048/index.php

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


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


//输出
PrintPage();



?>