Subversion Repositories php-qbpwcf

Rev

Rev 239 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 239 Rev 382
Line 62... Line 62...
62
 
62
 
63
#匯入外部套件
63
#匯入外部套件
64
include("allInOne.php");
64
include("allInOne.php");
65
 
65
 
66
#涵式說明:
66
#涵式說明:
67
#檢查 httpd 與 postfix/smtpd 的 log 與 named 的 log 與 sshd 的 log 把惡意連線的 IP 用防火牆阻阻擋
67
#檢查 httpd 與 postfix/smtp 與 dovecot/imap 與 named 與 sshd 的 log 把惡意連線的 IP 用防火牆阻阻擋.
68
#回傳結果:
68
#回傳結果:
69
#$result["status"],執行是否正常,"true"代表正常,"false"代表不正常.
69
#$result["status"],執行是否正常,"true"代表正常,"false"代表不正常.
70
#$result["error"],錯誤訊息.
70
#$result["error"],錯誤訊息.
71
#$result["function"],當前執行的函數名稱.
71
#$result["function"],當前執行的函數名稱.
72
#$result["argu"],所使用的參數.
72
#$result["argu"],所使用的參數.