mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update common.php
This commit is contained in:
parent
e32b20464c
commit
8dafaa68d1
@ -29,9 +29,9 @@ if (isset($_SERVER['HTTP_CF_CONNECTING_IP']))
|
|||||||
require_once(BB_ROOT . 'library/config.php');
|
require_once(BB_ROOT . 'library/config.php');
|
||||||
|
|
||||||
// Local config
|
// Local config
|
||||||
if (is_file(BB_ROOT . '/library/config.local.php'))
|
if (is_file(BB_ROOT . 'library/config.local.php'))
|
||||||
{
|
{
|
||||||
require_once(BB_ROOT . '/library/config.local.php');
|
require_once(BB_ROOT . 'library/config.local.php');
|
||||||
}
|
}
|
||||||
|
|
||||||
// Load Zend Framework
|
// Load Zend Framework
|
||||||
|
Loading…
Reference in New Issue
Block a user