Actually load configuration.
This commit is contained in:
@@ -7,6 +7,7 @@ $Source$
|
|||||||
|
|
||||||
2005-11-30 Michal Čihař <michal@cihar.com>
|
2005-11-30 Michal Čihař <michal@cihar.com>
|
||||||
* lang/*: Messages for Sebastian.
|
* lang/*: Messages for Sebastian.
|
||||||
|
* libraries/Config.class.php: Actually load configuration.
|
||||||
|
|
||||||
2005-11-30 Sebastian Mendel <cybot_tm@users.sourceforge.net>
|
2005-11-30 Sebastian Mendel <cybot_tm@users.sourceforge.net>
|
||||||
* libraries/Config.class.php:
|
* libraries/Config.class.php:
|
||||||
|
@@ -329,6 +329,8 @@ class PMA_Config {
|
|||||||
|
|
||||||
$this->checkCollationConnection();
|
$this->checkCollationConnection();
|
||||||
//$this->checkPmaAbsoluteUri();
|
//$this->checkPmaAbsoluteUri();
|
||||||
|
$this->settings = array_merge( $this->settings, $cfg );
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -610,4 +612,4 @@ class PMA_Config {
|
|||||||
*/
|
*/
|
||||||
function save() {}
|
function save() {}
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
Reference in New Issue
Block a user