Skip to content
Snippets Groups Projects
Commit b46c23ab authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix bad file name

parent 96305ca0
Branches
Tags
No related merge requests found
...@@ -34,7 +34,7 @@ if (substr($sapi_type, 0, 3) == 'cgi') { ...@@ -34,7 +34,7 @@ if (substr($sapi_type, 0, 3) == 'cgi') {
} }
// Recupere root dolibarr // Recupere root dolibarr
$path=preg_replace('/import-product.php/i','',$_SERVER["PHP_SELF"]); $path=preg_replace('/import-products.php/i','',$_SERVER["PHP_SELF"]);
require ($path."../../htdocs/master.inc.php"); require ($path."../../htdocs/master.inc.php");
include_once DOL_DOCUMENT_ROOT.'/societe/class/societe.class.php'; include_once DOL_DOCUMENT_ROOT.'/societe/class/societe.class.php';
include_once DOL_DOCUMENT_ROOT.'/product/class/product.class.php'; include_once DOL_DOCUMENT_ROOT.'/product/class/product.class.php';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment