Initial Membership Database Work
This commit is contained in:
10
application/config/config.php
Normal file
10
application/config/config.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
return array
|
||||
(
|
||||
'appname' => 'Membership Database',
|
||||
'session_change_trigger'=>array( // Updates to tables to make when our session ID is changed
|
||||
),
|
||||
'theme' => 'focusbusiness',
|
||||
'theme_admin' => 'baseadmin',
|
||||
);
|
Reference in New Issue
Block a user