Subversion Repositories php-qbpwcf

Rev

Rev 30 | Rev 53 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 30 Rev 47
Line 200... Line 200...
200
define("systemMailAcct",$systemMailAcct);
200
define("systemMailAcct",$systemMailAcct);
201
 
201
 
202
#定義供系統寄送信件的email密碼
202
#定義供系統寄送信件的email密碼
203
define("systemMailPass",$systemMailPass);
203
define("systemMailPass",$systemMailPass);
204
 
204
 
-
 
205
#定義環境模式
-
 
206
define("mode",$mode);
-
 
207
 
205
/*
208
/*
206
 
209
 
207
#取得使用者拜訪的頁面
210
#取得使用者拜訪的頁面
208
#涵式說明:
211
#涵式說明:
209
#取得用戶端的資訊
212
#取得用戶端的資訊
Line 355... Line 358...
355
 
358
 
356
#如果變更設定失敗
359
#如果變更設定失敗
357
if($changeSettings["status"]==="false"){
360
if($changeSettings["status"]==="false"){
358
 
361
 
359
	#debug
362
	#debug
360
	var_dump($changeSettings);
363
	var_dump($changeSettings);exit;
361
	exit;
-
 
362
 
364
 
363
	}#if end
365
	}#if end
364
 
366
 
365
?>
367
?>
366
368