mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Updated
This commit is contained in:
parent
77206ac1d7
commit
757a6e94d9
@ -35,6 +35,12 @@ else
|
|||||||
require(BB_ROOT . 'library/config.php');
|
require(BB_ROOT . 'library/config.php');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Get mods config
|
||||||
|
if (file_exists(BB_ROOT . 'library/config.mods.php'))
|
||||||
|
{
|
||||||
|
require(BB_ROOT . 'library/config.mods.php');
|
||||||
|
}
|
||||||
|
|
||||||
// Load Zend Framework
|
// Load Zend Framework
|
||||||
use Zend\Loader\StandardAutoloader;
|
use Zend\Loader\StandardAutoloader;
|
||||||
require(BB_ROOT . 'library/Zend/Loader/StandardAutoloader.php');
|
require(BB_ROOT . 'library/Zend/Loader/StandardAutoloader.php');
|
||||||
|
5
library/config.mods.php
Normal file
5
library/config.mods.php
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
if (!defined('BB_ROOT')) die(basename(__FILE__));
|
||||||
|
|
||||||
|
// Укажите в этом файле настройки модов (в config.php дублировать не нужно!)
|
Loading…
Reference in New Issue
Block a user