Subversion Repositories php-qbpwcf

Rev

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

Rev 350 Rev 396
Line 547... Line 547...
547
 
547
 
548
				#設置設定值
548
				#設置設定值
549
 
549
 
550
				#關閉顯示錯誤訊息
550
				#關閉顯示錯誤訊息
551
				$conf["customSettings"][]="display_errors=Off";
551
				$conf["customSettings"][]="display_errors=Off";
552
 
552
				
553
				#初始化計數為0
553
				#初始化計數為0
554
				$count=0;
554
				$count=0;
555
 
555
 
556
				#針對每個 $conf["customSettings"]
556
				#針對每個 $conf["customSettings"]
557
				foreach($conf["customSettings"] as $configStr){
557
				foreach($conf["customSettings"] as $configStr){
Line 1356... Line 1356...
1356
 
1356
 
1357
				}#if end
1357
				}#if end
1358
 
1358
 
1359
			}#if end
1359
			}#if end
1360
 
1360
 
1361
		#如果參數 whenAviMemLessThan 不為
1361
		#強制參數 whenAviMemLessThan 為整數
1362
		$whenAviMemLessThan=(int)($conf["whenAviMemLessThan"]);
1362
		$whenAviMemLessThan=(int)($conf["whenAviMemLessThan"]);
1363
 
1363
 
1364
		#如果小於1
1364
		#如果小於1
1365
		if($whenAviMemLessThan<1){
1365
		if($whenAviMemLessThan<1){
1366
 
1366