Browse Source

A more complete example

Laurent Destailleur 9 years ago
parent
commit
5898fdb813
1 changed files with 1 additions and 1 deletions
  1. 1 1
      htdocs/conf/conf.php.example

+ 1 - 1
htdocs/conf/conf.php.example

@@ -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.
 // Default value: 'mysqldump, mysql, pg_dump, pgrestore'
 // 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';