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 85... Line 85...
85
	#無.
85
	#無.
86
	#備註:
86
	#備註:
87
	#無.
87
	#無.
88
	$record=logs::record($conf);
88
	$record=logs::record($conf);
89
	unset($conf);
89
	unset($conf);
90
	
90
 
91
	#如果寫log失敗
91
	#如果寫log失敗
92
	if($record["status"]==="false"){
92
	if($record["status"]==="false"){
93
	
93
 
94
		#印出結果
94
		#印出結果
95
		var_dump($record);
95
		var_dump($record);
96
	
96
 
97
		}#if end
97
		}#if end
98
	
98
 
99
	#結束執行,回傳錯誤代碼1
99
	#結束執行,回傳錯誤代碼1
100
	exit(1);
100
	exit(1);
101
 
101
 
102
	}#if end
102
	}#if end
103
	
103
 
104
#debug
104
#debug
105
var_dump($checkMultiFileExist);
-
 
106
105
var_dump($checkMultiFileExist);
-
 
106