Revize c1bdc1c4
Přidáno uživatelem Michal Kliment před více než 9 roky(ů)
system/core/Config.php | ||
---|---|---|
if (self::$cache === NULL)
|
||
{
|
||
// Invalid config file
|
||
if (file_exists('config' . EXT))
|
||
if (file_exists(DOCROOT . 'config' . EXT))
|
||
{
|
||
require('config' . EXT);
|
||
require(DOCROOT . 'config' . EXT);
|
||
}
|
||
|
||
if (!isset($config))
|
Také k dispozici: Unified diff
Release 1.1.0