make mail_add dry by default to avoid potential catastrophe

This commit is contained in:
Antoine Beaupr�� 2014-11-20 16:47:29 +00:00
parent c9c381f406
commit afd2746bcc
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ global $cuid;
// those will be tried in order, the first one to return more than 7
// chars will win
$generators = array('pwqgen', 'pwgen');
$dryrun = false;
$dryrun = true;
// 1GB default quota
$default_quotas = 1024; // in MB because using bytes would be too
// precise (try to guess AlternC, just you try)