summaryrefslogtreecommitdiff
path: root/lib/plugins/authmysql/conf
diff options
context:
space:
mode:
authorChristopher Smith <chris@jalakai.co.uk>2013-08-03 18:09:35 +0200
committerChristopher Smith <chris@jalakai.co.uk>2013-08-03 18:09:35 +0200
commitbed4ab799d58cd04a3fabc7355084181da86e843 (patch)
tree9ae94b0291e7884e70a0ff2efbf801224d4517a3 /lib/plugins/authmysql/conf
parent39245054d28c2796f1922792c77f36fbcf29f6e7 (diff)
downloadrpg-bed4ab799d58cd04a3fabc7355084181da86e843.tar.gz
rpg-bed4ab799d58cd04a3fabc7355084181da86e843.tar.bz2
change 'debug' setting to 'security' (rather than 'danger')
Diffstat (limited to 'lib/plugins/authmysql/conf')
-rw-r--r--lib/plugins/authmysql/conf/metadata.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugins/authmysql/conf/metadata.php b/lib/plugins/authmysql/conf/metadata.php
index 73e9ec1a8..54d6f1404 100644
--- a/lib/plugins/authmysql/conf/metadata.php
+++ b/lib/plugins/authmysql/conf/metadata.php
@@ -5,7 +5,7 @@ $meta['user'] = array('string','_caution' => 'danger');
$meta['password'] = array('password','_caution' => 'danger');
$meta['database'] = array('string','_caution' => 'danger');
$meta['charset'] = array('string','_caution' => 'danger');
-$meta['debug'] = array('multichoice','_choices' => array(0,1,2),'_caution' => 'danger');
+$meta['debug'] = array('multichoice','_choices' => array(0,1,2),'_caution' => 'security');
$meta['forwardClearPass'] = array('onoff','_caution' => 'danger');
$meta['TablesToLock'] = array('array','_caution' => 'danger');
$meta['checkPass'] = array('','_caution' => 'danger');