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 222
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 104... Line 104...
104
	#無.
104
	#無.
105
	#備註:
105
	#備註:
106
	#無.
106
	#無.
107
	$record=logs::record($conf);
107
	$record=logs::record($conf);
108
	unset($conf);
108
	unset($conf);
109
	
109
 
110
	#如果寫log失敗
110
	#如果寫log失敗
111
	if($record["status"]==="false"){
111
	if($record["status"]==="false"){
112
	
112
 
113
		#印出結果
113
		#印出結果
114
		var_dump($record);
114
		var_dump($record);
115
		
115
 
116
		#結束並回傳1
116
		#結束並回傳1
117
		exit(1);
117
		exit(1);
118
	
118
 
119
		}#if end
119
		}#if end
120
	
120
 
121
	#結束並回傳1
121
	#結束並回傳1
122
	exit(1);
122
	exit(1);
123
 
123
 
124
	}#if end
124
	}#if end
125
 
125
 
126
#印出語法
126
#印出語法
127
echo $client["content"];
-
 
128
127
echo $client["content"];
-
 
128