diff --git a/web/model.php b/web/model.php index 3892201..841143a 100644 --- a/web/model.php +++ b/web/model.php @@ -34,7 +34,7 @@ class Statics public static $DB = 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()