Update exemple

This commit is contained in:
Laurent Destailleur 2020-04-13 23:21:28 +02:00
parent 5772057723
commit f8f4b748ee

View File

@ -2281,7 +2281,8 @@ if (!GETPOST('hide_websitemenu'))
$htmltext .= '<br>'.$langs->trans("CheckVirtualHostPerms", $langs->transnoentitiesnoconv("ReadPerm"), DOL_DOCUMENT_ROOT);
$htmltext .= '<br>'.$langs->trans("CheckVirtualHostPerms", $langs->transnoentitiesnoconv("WritePerm"), DOL_DATA_ROOT.'/website<br>'.DOL_DATA_ROOT.'/medias');
$examplewithapache = '<Directory "'.DOL_DOCUMENT_ROOT.'">'."\n";
$examplewithapache = '#php_admin_value open_basedir /tmp/:'.DOL_DOCUMENT_ROOT.':'.DOL_DATA_ROOT.':/dev/urandom'."\n";
$examplewithapache .= '<Directory "'.DOL_DOCUMENT_ROOT.'">'."\n";
$examplewithapache .= 'AllowOverride FileInfo Options
Options -Indexes -MultiViews -FollowSymLinks -ExecCGI
Require all granted