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