From a243db4601d0bdc0e2c9766ae98edca8ad6373ad Mon Sep 17 00:00:00 2001 From: Robin Johnson Date: Sun, 4 Aug 2002 01:58:32 +0000 Subject: [PATCH] * config.inc.php3: - Comments for SQL Validator options --- ChangeLog | 2 ++ config.inc.php3 | 8 ++++++++ 2 files changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8a530e4a1..8b582183c 100755 --- a/ChangeLog +++ b/ChangeLog @@ -33,6 +33,8 @@ $Source$ in the SQL query box * libraries/sqlvalidator.php3, libraries/sqlvalidator.class.php3: - Function documentation and cleanup + * config.inc.php3: + - Comments for SQL Validator options 2002-08-02 Robin Johnson * libraries/defines*: diff --git a/config.inc.php3 b/config.inc.php3 index 70dae84b9..38db1109e 100755 --- a/config.inc.php3 +++ b/config.inc.php3 @@ -295,6 +295,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) + +/** + * If you wish to use the SQL Validator service, you shoule be + * aware of the following: + * All SQL statements are stored anonymously for statistical purposes. + * Mimer SQL Validator, Copyright 2002 Upright Database Technology. + * All rights reserved. + */ $cfg['SQLValidator']['use'] = FALSE; // Make the SQL Validator available $cfg['SQLValidator']['username'] = ''; // If you have a custom username, specify it here (defaults to anonymous) $cfg['SQLValidator']['password'] = ''; // Password for username