mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
Made some progress on config management
SVN:trunk[561]
This commit is contained in:
@@ -3028,7 +3028,9 @@ abstract class MetaModel
|
||||
public static function Startup($sConfigFile, $bAllowMissingDB = false)
|
||||
{
|
||||
self::LoadConfig($sConfigFile);
|
||||
if (self::DBExists())
|
||||
//if (self::DBExists())
|
||||
// !!!! #@#
|
||||
if (true)
|
||||
{
|
||||
CMDBSource::SelectDB(self::$m_sDBName);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user