Skip to content
Snippets Groups Projects
Commit 9500ac15 authored by Stein Magne Bjorklund's avatar Stein Magne Bjorklund
Browse files

Application $conf['home'] should be included in the default settings

Needed by the application and we must make sure it is there.
Anyone that does not like this can locally override this settings.
One less settings that needs to live in settings.inc.php.
parent 5b547fa5
No related branches found
No related tags found
1 merge request!16Resolve "Introduce PSR-4 autoloading"
<?php <?php
$conf['version'] = '20130612'; $conf['version'] = '20130612';
$conf['home'] = LOADSPEAKR_ROOT . '/';
$conf['output']['select'] = 'json'; $conf['output']['select'] = 'json';
$conf['output']['ask'] = 'json'; $conf['output']['ask'] = 'json';
$conf['output']['describe'] = 'rdf'; $conf['output']['describe'] = 'rdf';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment