clarify the effect of the Confirm directive

This commit is contained in:
Marc Delisle
2010-03-28 07:26:05 -04:00
parent 6ff307b546
commit 775d2ce264

View File

@@ -578,7 +578,8 @@ $cfg['ShowSQL'] = true;
$cfg['AllowUserDropDatabase'] = false; $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'] * @global boolean $cfg['Confirm']
*/ */