Subversion Repositories php-qbpwcf

Rev

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

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