From aa7542c2fa91da835518b5652138523a474f5c17 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Thu, 8 May 2014 22:24:34 +0300 Subject: [PATCH] Text changes --- app/routes.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/app/routes.php b/app/routes.php index 98a06f7b7226..58445778a4f7 100755 --- a/app/routes.php +++ b/app/routes.php @@ -11,8 +11,6 @@ | */ - - //apc_clear_cache(); //Cache::flush(); @@ -111,12 +109,13 @@ Route::group(array('before' => 'auth'), function() }); +// If you're self hosting set this to a value you think is fair +define('PRO_PLAN_PRICE', 50); define('CONTACT_EMAIL', 'contact@invoiceninja.com'); define('CONTACT_NAME', 'Invoice Ninja'); define('SITE_URL', 'https://www.invoiceninja.com'); - define('ENV_DEVELOPMENT', 'local'); define('ENV_STAGING', 'staging'); define('ENV_PRODUCTION', 'fortrabbit'); @@ -195,7 +194,6 @@ define('GATEWAY_PAYPAL_EXPRESS', 17); define('GATEWAY_BEANSTREAM', 29); define('GATEWAY_PSIGATE', 30); -define('PRO_PLAN_PRICE', 50); define('REQUESTED_PRO_PLAN', 'REQUESTED_PRO_PLAN'); define('NINJA_ACCOUNT_KEY', 'zg4ylmzDkdkPOT8yoKQw9LTWaoZJx79h'); define('NINJA_GATEWAY_ID', GATEWAY_AUTHORIZE_NET);