forked from Wavyzz/dolibarr
Merge branch 'develop' into toomanylines
This commit is contained in:
@@ -80,7 +80,7 @@ if (! $result && ! empty($_SERVER["GATEWAY_INTERFACE"])) // If install not do
|
||||
$path=$_SERVER["CONTEXT_PREFIX"]; // example '/dolibarr/' when using an apache alias.
|
||||
if (! preg_match('/\/$/', $path)) $path.='/';
|
||||
}
|
||||
else if (preg_match('/index\.php/', $_SERVER['PHP_SELF']))
|
||||
elseif (preg_match('/index\.php/', $_SERVER['PHP_SELF']))
|
||||
{
|
||||
// When we ask index.php, we MUST BE SURE that $path is '' at the end. This is required to make install process
|
||||
// when using apache alias like '/dolibarr/' that point to htdocs.
|
||||
|
||||
Reference in New Issue
Block a user