Subversion Repositories php-qbpwcf

Rev

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

Rev 96 Rev 223
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 117... Line 117...
117
	#無.
117
	#無.
118
	#備註:
118
	#備註:
119
	#無.
119
	#無.
120
	$record=logs::record($conf);
120
	$record=logs::record($conf);
121
	unset($conf);
121
	unset($conf);
122
	
122
 
123
	#如果寫log失敗
123
	#如果寫log失敗
124
	if($record["status"]==="false"){
124
	if($record["status"]==="false"){
125
	
125
 
126
		#印出結果
126
		#印出結果
127
		var_dump($record);
127
		var_dump($record);
128
	
128
 
129
		}#if end
129
		}#if end
130
	
130
 
131
	#結束執行,回傳錯誤代碼1
131
	#結束執行,回傳錯誤代碼1
132
	exit(1);
132
	exit(1);
133
}
133
}
134
 
134
 
135
#印出結果
135
#印出結果
136
echo $html5["content"];
136
echo $html5["content"];
137
 
137
 
138
?>
-
 
139
138
?>
-
 
139