Mercurial > public > src > phphgadmin
comparison admin/application/config/autoload.php @ 60:cb20deeded8e
Begin API plugins - none/basic/readonly authentication model in place.
author | joshjcarrier |
---|---|
date | Sun, 13 Jun 2010 12:38:42 -0700 |
parents | f145419ea889 |
children | 692c276a5553 |
comparison
equal
deleted
inserted
replaced
59:219de43562aa | 60:cb20deeded8e |
---|---|
49 | Prototype: | 49 | Prototype: |
50 | | 50 | |
51 | $autoload['helper'] = array('url', 'file'); | 51 | $autoload['helper'] = array('url', 'file'); |
52 */ | 52 */ |
53 | 53 |
54 $autoload['helper'] = array('language', 'form', 'url', 'hg_template'); | 54 $autoload['helper'] = array('language', 'form', 'url', 'hg_template', 'phphgadmin_api_helper'); |
55 | 55 |
56 | 56 |
57 /* | 57 /* |
58 | ------------------------------------------------------------------- | 58 | ------------------------------------------------------------------- |
59 | Auto-load Plugins | 59 | Auto-load Plugins |