1
0
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:
CaMer0n
2010-08-20 00:00:54 +00:00
parent f8d193a244
commit f50e3c9be4

View File

@@ -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))