Subversion Repositories php-qbpwcf

Rev

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

Rev 368 Rev 382
Line 21... Line 21...
21
    along with QBPWCF.  If not, see <http://www.gnu.org/licenses/>.
21
    along with QBPWCF.  If not, see <http://www.gnu.org/licenses/>.
22
 
22
 
23
*/
23
*/
24
 
24
 
25
/*
25
/*
26
封鎖來自http、https、smtp、named的惡意ip.
26
封鎖來自http、https、smtp、imap、dns、ssh的惡意ip.
27
*/
27
*/
28
 
28
 
29
/*
29
/*
30
 
30
 
31
bug log:
31
bug log:
Line 82... Line 82...
82
set_include_path($output[0].PATH_SEPARATOR.get_include_path());
82
set_include_path($output[0].PATH_SEPARATOR.get_include_path());
83
 
83
 
84
#匯入外部套件
84
#匯入外部套件
85
include("allInOne.php");
85
include("allInOne.php");
86
 
86
 
87
#設置php記憶體無上限
87
#設置php記憶體無上限,目前該程式穩定運行需要4GB記憶體.
88
ini_set('memory_limit', '-1');
88
ini_set('memory_limit', '-1');
89
 
89
 
90
#當前lib路徑
90
#當前lib路徑
91
$pwd=$output[0];
91
$pwd=$output[0];
92
 
92