Subversion Repositories php-qbpwcf

Rev

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

Rev 81 Rev 222
Line 2... Line 2...
2
<?php
2
<?php
3
 
3
 
4
/*
4
/*
5
 
5
 
6
        QBPWCF, Quick Build PHP website Component base on Fedora Linux.
6
        QBPWCF, Quick Build PHP website Component base on Fedora Linux.
7
    Copyright (C) 2014~2025 Min-Jhin,Chen
7
    Copyright (C) 2014~2025 MIN ZHI, CHEN
8
 
8
 
9
    This file is part of QBPWCF.
9
    This file is part of QBPWCF.
10
 
10
 
11
    QBPWCF is free software: you can redistribute it and/or modify
11
    QBPWCF is free software: you can redistribute it and/or modify
12
    it under the terms of the GNU General Public License as published by
12
    it under the terms of the GNU General Public License as published by
Line 74... Line 74...
74
	#無.
74
	#無.
75
	#備註:
75
	#備註:
76
	#無.
76
	#無.
77
	$record=logs::record($conf);
77
	$record=logs::record($conf);
78
	unset($conf);
78
	unset($conf);
79
	
79
 
80
	#如果寫log失敗
80
	#如果寫log失敗
81
	if($record["status"]==="false"){
81
	if($record["status"]==="false"){
82
	
82
 
83
		#印出結果
83
		#印出結果
84
		var_dump($record);
84
		var_dump($record);
85
	
85
 
86
		}#if end
86
		}#if end
87
	
87
 
88
	#結束執行,回傳錯誤代碼1
88
	#結束執行,回傳錯誤代碼1
89
	exit(1);
89
	exit(1);
90
 
90
 
91
	}#if end
91
	}#if end
92
	
92
 
93
#debug
93
#debug
94
var_dump($createPrivateKey);
-
 
95
94
var_dump($createPrivateKey);
-
 
95