Skip to content

Commit

Permalink
renamed "clansuite.config.php" to "clansuite.php"
Browse files Browse the repository at this point in the history
  • Loading branch information
jakoch committed Sep 1, 2012
1 parent 14337c8 commit 0b12df3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Application/CMS.php
Expand Up @@ -538,13 +538,13 @@ private static function initialize_Config()
Clansuite_Maintenance::show(self::$config);
} else {
self::$config['maintenance']['maintenance'] = 0;
\Koch\Config\Ini::writeConfig(ROOT . 'Configuration/clansuite.config.php', self::$config);
\Koch\Config\Ini::writeConfig(ROOT . 'Configuration/clansuite.php', self::$config);
// redirect to remove the token from url
header('Location: ' . SERVER_URL);
}
}

// 3. load staging configuration (overloading clansuite.config.php)
// 3. load staging configuration (overloading clansuite.php)
if ( true === (bool) self::$config['config']['staging'] ) {
self::$config = \Koch\Config\Staging::overloadWithStagingConfig(self::$config);
}
Expand Down

0 comments on commit 0b12df3

Please sign in to comment.