Subversion Repositories php-qbpwcf

Rev

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

Rev 66 Rev 175
Line 273... Line 273...
273
		if($conf["exitNow"]==="true"){
273
		if($conf["exitNow"]==="true"){
274
 
274
 
275
			#停止執行後面的程式,因爲要馬上進行轉址.
275
			#停止執行後面的程式,因爲要馬上進行轉址.
276
			exit;
276
			exit;
277
	
277
	
278
			}
278
			}#if end
279
 
279
 
280
		#設置執行失敗
280
		#設置執行失敗
281
		$result["status"]="true";
281
		$result["status"]="true";
282
		
282
		
283
		#設置錯誤訊息
283
		#設置錯誤訊息
284
		return $result;
284
		return $result;
285
 
285
 
286
 
-
 
287
		}#function redirection end
286
		}#function redirection end
288
 
287
 
289
	/*
288
	/*
290
	#函式說明:
289
	#函式說明:
291
	#設定session變數後,立即轉址.
290
	#設定session變數後,立即轉址.