Browse Source

Move starting upload to classes/config.php

biotorrents 5 years ago
parent
commit
fc2c80ddfe
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      classes/config.template

+ 1
- 0
classes/config.template View File

71
 define('OPEN_REGISTRATION', false); //Set to false to disable open regirstration, true to allow anyone to register
71
 define('OPEN_REGISTRATION', false); //Set to false to disable open regirstration, true to allow anyone to register
72
 define('USER_LIMIT',        0); //The maximum number of users the site can have, 0 for no limit
72
 define('USER_LIMIT',        0); //The maximum number of users the site can have, 0 for no limit
73
 define('STARTING_INVITES',  0); //# of invites to give to newly registered users
73
 define('STARTING_INVITES',  0); //# of invites to give to newly registered users
74
+define('STARTING_UPLOAD',   1073741824);
74
 define('BLOCK_TOR',         false); //Set to true to block Tor users
75
 define('BLOCK_TOR',         false); //Set to true to block Tor users
75
 define('BLOCK_OPERA_MINI',  false); //Set to true to block Opera Mini proxy
76
 define('BLOCK_OPERA_MINI',  false); //Set to true to block Opera Mini proxy
76
 define('DONOR_INVITES',     2);
77
 define('DONOR_INVITES',     2);

Loading…
Cancel
Save