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 100... Line 100...
100
	#無.
100
	#無.
101
	#備註:
101
	#備註:
102
	#無.
102
	#無.
103
	$record=logs::record($conf);
103
	$record=logs::record($conf);
104
	unset($conf);
104
	unset($conf);
105
	
105
 
106
	#如果寫log失敗
106
	#如果寫log失敗
107
	if($record["status"]==="false"){
107
	if($record["status"]==="false"){
108
	
108
 
109
		#印出結果
109
		#印出結果
110
		var_dump($record);
110
		var_dump($record);
111
	
111
 
112
		}#if end
112
		}#if end
113
	
113
 
114
	#結束執行,回傳錯誤代碼1
114
	#結束執行,回傳錯誤代碼1
115
	exit(1);
115
	exit(1);
116
 
116
 
117
	}#if end
117
	}#if end
118
	
118
 
119
#debug
119
#debug
120
var_dump($rsync);
-
 
121
120
var_dump($rsync);
-
 
121