From 775d2ce26417a2c52b42f719a0dbccc3e63e468b Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 28 Mar 2010 07:26:05 -0400 Subject: [PATCH] clarify the effect of the Confirm directive --- libraries/config.default.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libraries/config.default.php b/libraries/config.default.php index 653fc53a1..35f603d92 100644 --- a/libraries/config.default.php +++ b/libraries/config.default.php @@ -578,7 +578,8 @@ $cfg['ShowSQL'] = true; $cfg['AllowUserDropDatabase'] = false; /** - * confirm 'DROP TABLE' & 'DROP DATABASE' + * confirm some commands that can result in loss of data + * (see "need_confirm" in the parser) * * @global boolean $cfg['Confirm'] */