diff --git a/config.inc.php3 b/config.inc.php3 index 9c98922d0..0a1450828 100755 --- a/config.inc.php3 +++ b/config.inc.php3 @@ -362,10 +362,14 @@ $cfg['SQLQuery']['Explain'] = TRUE; // EXPLAIN on SELECT queries $cfg['SQLQuery']['ShowAsPHP'] = TRUE; // Wrap a query in PHP $cfg['SQLQuery']['Validate'] = FALSE; // Validate a query (see $cfg['SQLValidator'] as well) + /** * web-server upload directory */ -$cfg['UploadDir'] = ''; // for example, './upload/'; you must end it with a slash, and you leave it empty for no upload directory +$cfg['UploadDir'] = ''; // for example, './upload/'; you must end it with + // a slash, and you leave it empty for no upload + // directory + /** * SQL Parser Settings