diff options
Diffstat (limited to 'pages')
-rw-r--r-- | pages/money.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/money.inc b/pages/money.inc index 7571507..18de04e 100644 --- a/pages/money.inc +++ b/pages/money.inc @@ -1,7 +1,7 @@ <?php $minimumRaindrops = 200; -$minimumCloudburst = 500; +$minimumCloudburst = 1500; require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/init.inc"; global $title; global $isLoggedIn; global $lang; global $pages; global $_PROFILE; $parts = explode("/", $_GET["_"]); |