mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-08-11 15:34:21 -04:00
Minor changes
This commit is contained in:
parent
f81364d7cc
commit
1be9fe69b7
@ -173,7 +173,7 @@ return array(
|
|||||||
'Lang' => 'Illuminate\Support\Facades\Lang',
|
'Lang' => 'Illuminate\Support\Facades\Lang',
|
||||||
'Log' => 'Illuminate\Support\Facades\Log',
|
'Log' => 'Illuminate\Support\Facades\Log',
|
||||||
'Mail' => 'Illuminate\Support\Facades\Mail',
|
'Mail' => 'Illuminate\Support\Facades\Mail',
|
||||||
'Paginator' => 'Illuminate\Support\Facades\Paginator',
|
//'Paginator' => 'Illuminate\Support\Facades\Paginator',
|
||||||
'Password' => 'Illuminate\Support\Facades\Password',
|
'Password' => 'Illuminate\Support\Facades\Password',
|
||||||
'Queue' => 'Illuminate\Support\Facades\Queue',
|
'Queue' => 'Illuminate\Support\Facades\Queue',
|
||||||
'Redirect' => 'Illuminate\Support\Facades\Redirect',
|
'Redirect' => 'Illuminate\Support\Facades\Redirect',
|
||||||
@ -200,7 +200,7 @@ return array(
|
|||||||
'Form' => 'Bootstrapper\Form',
|
'Form' => 'Bootstrapper\Form',
|
||||||
'Helpers' => 'Bootstrapper\Helpers',
|
'Helpers' => 'Bootstrapper\Helpers',
|
||||||
'Icon' => 'Bootstrapper\Icon',
|
'Icon' => 'Bootstrapper\Icon',
|
||||||
'Image' => 'Bootstrapper\Image',
|
//'Image' => 'Bootstrapper\Image',
|
||||||
'Label' => 'Bootstrapper\Label',
|
'Label' => 'Bootstrapper\Label',
|
||||||
'MediaObject' => 'Bootstrapper\MediaObject',
|
'MediaObject' => 'Bootstrapper\MediaObject',
|
||||||
'Navbar' => 'Bootstrapper\Navbar',
|
'Navbar' => 'Bootstrapper\Navbar',
|
||||||
|
@ -195,7 +195,7 @@ define('LOGGED_ERROR_LIMIT', 100);
|
|||||||
define('RANDOM_KEY_LENGTH', 32);
|
define('RANDOM_KEY_LENGTH', 32);
|
||||||
define('MAX_NUM_CLIENTS', 500);
|
define('MAX_NUM_CLIENTS', 500);
|
||||||
define('MAX_NUM_CLIENTS_PRO', 20000);
|
define('MAX_NUM_CLIENTS_PRO', 20000);
|
||||||
define('MAX_NUM_USERS', 5);
|
define('MAX_NUM_USERS', 20);
|
||||||
|
|
||||||
define('INVOICE_STATUS_DRAFT', 1);
|
define('INVOICE_STATUS_DRAFT', 1);
|
||||||
define('INVOICE_STATUS_SENT', 2);
|
define('INVOICE_STATUS_SENT', 2);
|
||||||
|
@ -82,7 +82,7 @@ App::error(function(Exception $exception, $code)
|
|||||||
|
|
||||||
App::down(function()
|
App::down(function()
|
||||||
{
|
{
|
||||||
return Response::make("Be right back!", 503);
|
return Response::make("We are currently undergoing some brief maintenance, be right back!", 503);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user