www.gusucode.com > 4077网博士成品网站管理系统网站源码php模板代码程序 > 4077/4077/tools/stat.php

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



StatBase();
$code = new clientGetObj;
StatisticPage();

echo "document.write(\"".ShowCount()."\")";

?>