From f1235dfd0fc2b76b318bdc80f86d29c757ad53f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Fri, 27 Sep 2002 07:21:03 +0000 Subject: [PATCH] Coding standards --- config.inc.php3 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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