Subversion Repositories qbpwcf-lib(archive)

Rev

Rev 228 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
80 liveuser 1
<?php
2
 
3
#使用 qbpwcf 命名空間
4
namespace qbpwcf;
5
 
6
#匯入套件
7
require_once("qbpwcf/allInOne.php");
8
 
9
#建議的log位置
10
$logFile=$_SERVER["DOCUMENT_ROOT"].$_SERVER["PHP_SELF"].".log";
11
 
12
?>