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