Browse Source

automatically initialize $config['api']

pull/40/head
Michael Foster 11 years ago
parent
commit
11fa73e4d1
  1. 1
      inc/functions.php

1
inc/functions.php

@ -35,6 +35,7 @@ function loadConfig() {
$arrays = array( $arrays = array(
'db', 'db',
'api',
'cache', 'cache',
'cookies', 'cookies',
'error', 'error',

Loading…
Cancel
Save