Subversion Repositories php-qbpwcf

Rev

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

Rev 122 Rev 226
Line 1... Line 1...
1
<?php
1
<?php
2
 
2
 
3
/*
3
/*
4
 
4
 
5
        QBPWCF, Quick Build PHP website Component base on Fedora Linux.
5
        QBPWCF, Quick Build PHP website Component base on Fedora Linux.
6
    Copyright (C) 2015~2024 Min-Jhin,Chen
6
    Copyright (C) 2014~2025 MIN ZHI, CHEN
7
 
7
 
8
    This file is part of QBPWCF.
8
    This file is part of QBPWCF.
9
 
9
 
10
    QBPWCF is free software: you can redistribute it and/or modify
10
    QBPWCF is free software: you can redistribute it and/or modify
11
    it under the terms of the GNU General Public License as published by
11
    it under the terms of the GNU General Public License as published by
Line 109... Line 109...
109
	#無.
109
	#無.
110
	#備註:
110
	#備註:
111
	#無.
111
	#無.
112
	$record=logs::record($conf);
112
	$record=logs::record($conf);
113
	unset($conf);
113
	unset($conf);
114
	
114
 
115
	#如果寫log失敗
115
	#如果寫log失敗
116
	if($record["status"]==="false"){
116
	if($record["status"]==="false"){
117
	
117
 
118
		#印出結果
118
		#印出結果
119
		var_dump($record);
119
		var_dump($record);
120
	
120
 
121
		}#if end
121
		}#if end
122
	
122
 
123
	#結束執行,回傳錯誤代碼1
123
	#結束執行,回傳錯誤代碼1
124
	exit(1);
124
	exit(1);
125
 
125
 
126
	}#if end
126
	}#if end
127
 
127
 
Line 172... Line 172...
172
	#無.
172
	#無.
173
	#備註:
173
	#備註:
174
	#無.
174
	#無.
175
	$record=logs::record($conf);
175
	$record=logs::record($conf);
176
	unset($conf);
176
	unset($conf);
177
	
177
 
178
	#如果寫log失敗
178
	#如果寫log失敗
179
	if($record["status"]==="false"){
179
	if($record["status"]==="false"){
180
	
180
 
181
		#印出結果
181
		#印出結果
182
		var_dump($record);
182
		var_dump($record);
183
	
183
 
184
		}#if end
184
		}#if end
185
	
185
 
186
	#結束執行,回傳錯誤代碼1
186
	#結束執行,回傳錯誤代碼1
187
	exit(1);
187
	exit(1);
188
 
188
 
189
	}#if end
189
	}#if end
190
	
190
 
191
#debug
191
#debug
192
var_dump($ss);
192
var_dump($ss);
193
 
193
 
194
?>
-
 
195
194
?>
-
 
195