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(
'db',
'api',
'cache',
'cookies',
'error',

Loading…
Cancel
Save