Subversion Repositories php-qbpwcf

Rev

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

Rev 81 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) 2014~2025 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 101... Line 101...
101
	#無.
101
	#無.
102
	#備註:
102
	#備註:
103
	#無.
103
	#無.
104
	$record=logs::record($conf);
104
	$record=logs::record($conf);
105
	unset($conf);
105
	unset($conf);
106
	
106
 
107
	#如果寫log失敗
107
	#如果寫log失敗
108
	if($record["status"]==="false"){
108
	if($record["status"]==="false"){
109
	
109
 
110
		#印出結果
110
		#印出結果
111
		var_dump($record);
111
		var_dump($record);
112
	
112
 
113
		}#if end
113
		}#if end
114
	
114
 
115
	#結束執行,回傳錯誤代碼1
115
	#結束執行,回傳錯誤代碼1
116
	exit(1);
116
	exit(1);
117
 
117
 
118
	}#if end
118
	}#if end
119
 
119
 
Line 168... Line 168...
168
	#無.
168
	#無.
169
	#備註:
169
	#備註:
170
	#無.
170
	#無.
171
	$record=logs::record($conf);
171
	$record=logs::record($conf);
172
	unset($conf);
172
	unset($conf);
173
	
173
 
174
	#如果寫log失敗
174
	#如果寫log失敗
175
	if($record["status"]==="false"){
175
	if($record["status"]==="false"){
176
	
176
 
177
		#印出結果
177
		#印出結果
178
		var_dump($record);
178
		var_dump($record);
179
	
179
 
180
		}#if end
180
		}#if end
181
	
181
 
182
	#結束執行,回傳錯誤代碼1
182
	#結束執行,回傳錯誤代碼1
183
	exit(1);
183
	exit(1);
184
 
184
 
185
	}#if end
185
	}#if end
186
	
186
 
187
#debug
187
#debug
188
var_dump($chown);
-
 
189
188
var_dump($chown);
-
 
189