[-] Installer : Notice some constants are already defined
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15769 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -155,7 +155,7 @@ class InstallControllerHttpDatabase extends InstallControllerHttp
|
||||
{
|
||||
if (file_exists(_PS_ROOT_DIR_.'/config/settings.inc.php'))
|
||||
{
|
||||
include_once _PS_ROOT_DIR_.'/config/settings.inc.php';
|
||||
@include_once _PS_ROOT_DIR_.'/config/settings.inc.php';
|
||||
$this->database_server = _DB_SERVER_;
|
||||
$this->database_name = _DB_NAME_;
|
||||
$this->database_login = _DB_USER_;
|
||||
@@ -202,3 +202,4 @@ class InstallControllerHttpDatabase extends InstallControllerHttp
|
||||
$this->displayTemplate('database');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user