make mail_add dry by default to avoid potential catastrophe
This commit is contained in:
parent
c9c381f406
commit
afd2746bcc
|
@ -19,7 +19,7 @@ global $cuid;
|
||||||
// those will be tried in order, the first one to return more than 7
|
// those will be tried in order, the first one to return more than 7
|
||||||
// chars will win
|
// chars will win
|
||||||
$generators = array('pwqgen', 'pwgen');
|
$generators = array('pwqgen', 'pwgen');
|
||||||
$dryrun = false;
|
$dryrun = true;
|
||||||
// 1GB default quota
|
// 1GB default quota
|
||||||
$default_quotas = 1024; // in MB because using bytes would be too
|
$default_quotas = 1024; // in MB because using bytes would be too
|
||||||
// precise (try to guess AlternC, just you try)
|
// precise (try to guess AlternC, just you try)
|
||||||
|
|
Loading…
Reference in New Issue