1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-10 00:27:45 +02:00

Admin -> Banlist : Issue #16 Fix.- More comments added.

This commit is contained in:
Cameron
2012-12-06 15:03:07 -08:00
parent 1797a81592
commit 8665c34232

View File

@@ -58,7 +58,7 @@
*
*/
define("BAN_TYPE_LEGACY",0); // Quick fix for PHP Notice.
// define("BAN_TYPE_LEGACY",0); // Quick fix for PHP Notice. If the error is triggered from somewhere else, the class name needs adding - eIPHandler::BAN_TYPE_LEGACY
class eIPHandler
{