Subversion Repositories php-qbpwcf

Rev

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

Rev 100 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) 2015~2024 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 114... Line 114...
114
	#無.
114
	#無.
115
	#備註:
115
	#備註:
116
	#無.
116
	#無.
117
	$record=logs::record($conf);
117
	$record=logs::record($conf);
118
	unset($conf);
118
	unset($conf);
119
	
119
 
120
	#如果寫log失敗
120
	#如果寫log失敗
121
	if($record["status"]==="false"){
121
	if($record["status"]==="false"){
122
	
122
 
123
		#印出結果
123
		#印出結果
124
		var_dump($record);
124
		var_dump($record);
125
	
125
 
126
		}#if end
126
		}#if end
127
	
127
 
128
	#結束執行,回傳錯誤代碼1
128
	#結束執行,回傳錯誤代碼1
129
	exit(1);
129
	exit(1);
130
 
130
 
131
	}#if end
131
	}#if end
132
	
132
 
133
#show result
133
#show result
134
var_dump($blockAcctackIp);
-
 
135
134
var_dump($blockAcctackIp);
-
 
135