The branch, master has been updated via 775d2ce26417a2c52b42f719a0dbccc3e63e468b (commit) from 6ff307b546471fd556cdfe3ac924a89217134e5d (commit)
- Log ----------------------------------------------------------------- commit 775d2ce26417a2c52b42f719a0dbccc3e63e468b Author: Marc Delisle marc@infomarc.info Date: Sun Mar 28 07:26:05 2010 -0400
clarify the effect of the Confirm directive
-----------------------------------------------------------------------
Summary of changes: libraries/config.default.php | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/libraries/config.default.php b/libraries/config.default.php index 653fc53..35f603d 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'] */
hooks/post-receive