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 71... Line 71...
71
	#無.
71
	#無.
72
	#備註:
72
	#備註:
73
	#無.
73
	#無.
74
	$record=logs::record($conf);
74
	$record=logs::record($conf);
75
	unset($conf);
75
	unset($conf);
76
	
76
 
77
	#如果寫log失敗
77
	#如果寫log失敗
78
	if($record["status"]==="false"){
78
	if($record["status"]==="false"){
79
	
79
 
80
		#印出結果
80
		#印出結果
81
		var_dump($record);
81
		var_dump($record);
82
	
82
 
83
		}#if end
83
		}#if end
84
	
84
 
85
	#結束執行,回傳錯誤代碼1
85
	#結束執行,回傳錯誤代碼1
86
	exit(1);
86
	exit(1);
87
 
87
 
88
	}#if end
88
	}#if end
89
	
89
 
90
#顯示結果
90
#顯示結果
91
var_dump($httpdGetVhostInfo);
-
 
92
91
var_dump($httpdGetVhostInfo);
-
 
92