www.gusucode.com > 门禁系统公司网站源码程序 > 门禁系统公司网站源码程序/photo/html/index.php

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


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


//输出
PrintPage();

?>