mirror of
https://github.com/e107inc/e107.git
synced 2025-08-08 07:36:32 +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'));
|
@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()
|
//define("MPREFIX", $mySQLprefix); moved to $e107->set_constants()
|
||||||
|
|
||||||
if(!isset($ADMIN_DIRECTORY))
|
if(!isset($ADMIN_DIRECTORY))
|
||||||
|
Reference in New Issue
Block a user