Projekt

Obecné

Profil

« Předchozí | Další » 

Revize c1bdc1c4

Přidáno uživatelem Michal Kliment před více než 9 roky(ů)

Release 1.1.0

Zobrazit rozdíly:

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