mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 12:12:48 +01:00
11 lines
152 B
PHP
11 lines
152 B
PHP
<?php
|
|
|
|
/**
|
|
* Default config values
|
|
*/
|
|
return [
|
|
'bootstrapVersion' => '3.3.0',
|
|
'jqueryVersion' => '2.1.0',
|
|
'icon_prefix' => 'glyphicon'
|
|
];
|