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

A more complete example

parent 266fef40
No related branches found
No related tags found
No related merge requests found
...@@ -235,7 +235,7 @@ $dolibarr_main_prod='0'; ...@@ -235,7 +235,7 @@ $dolibarr_main_prod='0';
// Note: If you can, defining permission on OS linux (using SELinux for example) may be a better choice. // Note: If you can, defining permission on OS linux (using SELinux for example) may be a better choice.
// Default value: 'mysqldump, mysql, pg_dump, pgrestore' // Default value: 'mysqldump, mysql, pg_dump, pgrestore'
// Examples: // Examples:
// $dolibarr_main_restrict_os_commands='mysqldump, mysqldumpalias'; // $dolibarr_main_restrict_os_commands='mysqldump, /usr/local/bin/otherdumptool';
// //
$dolibarr_main_restrict_os_commands='mysqldump, mysql, pg_dump, pgrestore'; $dolibarr_main_restrict_os_commands='mysqldump, mysql, pg_dump, pgrestore';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment