1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-01-31 04:13:49 +01:00

s/thread/threat

This commit is contained in:
Michael Save 2012-03-18 19:58:21 +11:00
parent bf78900dda
commit de28d993ec

View File

@ -181,7 +181,7 @@
// if($octets[1] > 14) // if($octets[1] > 14)
// return false; // return false;
// //
// // "thread score" (http://www.projecthoneypot.org/threat_info.php) // // "threat score" (http://www.projecthoneypot.org/threat_info.php)
// if($octets[2] < 5) // if($octets[2] < 5)
// return false; // return false;
// //