Coding standards

This commit is contained in:
Loïc Chapeaux
2002-09-27 07:21:03 +00:00
parent 91981eb10e
commit f1235dfd0f

View File

@@ -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