1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 16:31:33 +02:00
invoiceninja/config/bootstrapper.php

11 lines
152 B
PHP
Raw Normal View History

2015-03-31 11:38:24 +02:00
<?php
/**
* Default config values
*/
return [
'bootstrapVersion' => '3.3.0',
'jqueryVersion' => '2.1.0',
'icon_prefix' => 'glyphicon'
];