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

Fix syntax error

parent 68d4a9fc
No related branches found
No related tags found
No related merge requests found
...@@ -163,10 +163,10 @@ if (! defined('NOSCANPOSTFORINJECTION')) ...@@ -163,10 +163,10 @@ if (! defined('NOSCANPOSTFORINJECTION'))
} }
// This is to make Dolibarr working with Plesk // This is to make Dolibarr working with Plesk
if (! empty($_SERVER['DOCUMENT_ROOT']) && substr($_SERVER['DOCUMENT_ROOT'], -6) !== 'htdocs') { if (! empty($_SERVER['DOCUMENT_ROOT']) && substr($_SERVER['DOCUMENT_ROOT'], -6) !== 'htdocs')
{
set_include_path($_SERVER['DOCUMENT_ROOT'] . '/htdocs'); set_include_path($_SERVER['DOCUMENT_ROOT'] . '/htdocs');
} }
}
// Include the conf.php and functions.lib.php // Include the conf.php and functions.lib.php
require_once 'filefunc.inc.php'; require_once 'filefunc.inc.php';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment