changed path from dirname(__FILE__) to PS_ROOT_DIR
This commit is contained in:
+2
-2
@@ -24,8 +24,8 @@
|
||||
* International Registered Trademark & Property of PrestaShop SA
|
||||
*/
|
||||
|
||||
if (file_exists(dirname(__FILE__).'/../../config/settings.inc.php'))
|
||||
include_once(dirname(__FILE__).'/../../config/settings.inc.php');
|
||||
if (file_exists(_PS_ROOT_DIR_.'/config/settings.inc.php'))
|
||||
include_once(_PS_ROOT_DIR_.'/config/settings.inc.php');
|
||||
|
||||
abstract class DbCore
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user