mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 14:46:56 +02:00
ZBBlock support added. (Just install and add $ZBBLOCK = TRUE; to your e107_config.php file.)
This commit is contained in:
@@ -195,6 +195,11 @@ else
|
||||
//
|
||||
@include_once(realpath(dirname(__FILE__).'/e107_config.php'));
|
||||
|
||||
if(isset($ZBBLOCK) && ($ZBBLOCK == TRUE))
|
||||
{
|
||||
require_once(realpath(dirname(__FILE__).'/zbblock/zbblock.php'));
|
||||
}
|
||||
|
||||
//define("MPREFIX", $mySQLprefix); moved to $e107->set_constants()
|
||||
|
||||
if(!isset($ADMIN_DIRECTORY))
|
||||
|
Reference in New Issue
Block a user