comparison admin/application/config/autoload.php @ 5:6e512b1d054f

Basic auth integration - only permitting joshjcarrier for now
author joshjcarrier
date Mon, 03 May 2010 13:37:26 -0700
parents 53341b414217
children 38714da1e5c5
comparison
equal deleted inserted replaced
4:1648e02be7e0 5:6e512b1d054f
37 | Prototype: 37 | Prototype:
38 | 38 |
39 | $autoload['libraries'] = array('database', 'session', 'xmlrpc'); 39 | $autoload['libraries'] = array('database', 'session', 'xmlrpc');
40 */ 40 */
41 41
42 $autoload['libraries'] = array('Template', 'session'); 42 $autoload['libraries'] = array('Template', 'session', 'mantis_auth');
43 43
44 44
45 /* 45 /*
46 | ------------------------------------------------------------------- 46 | -------------------------------------------------------------------
47 | Auto-load Helper Files 47 | Auto-load Helper Files