default_quota=50
This commit is contained in:
parent
0ec6ab71b2
commit
0f38ad6e5c
@ -34,7 +34,7 @@ class Statics
|
|||||||
public static $DB = NULL;
|
public static $DB = NULL;
|
||||||
public static $CFG = NULL;
|
public static $CFG = NULL;
|
||||||
|
|
||||||
public static function quota_max($is_pro) { return $is_pro ? 1000 : 100; }
|
public static function quota_max($is_pro) { return $is_pro ? 1000 : 50; }
|
||||||
}
|
}
|
||||||
|
|
||||||
function getConfig()
|
function getConfig()
|
||||||
|
Loading…
Reference in New Issue
Block a user