This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
memberdb/application/config/config.php

10 lines
231 B
PHP
Raw Normal View History

2014-07-09 03:04:56 +00:00
<?php defined('SYSPATH') OR die('No direct access allowed.');
return array
(
'appname' => 'Membership Database',
2014-10-03 14:39:18 +00:00
'language' => 'en_AU',
2014-07-09 03:04:56 +00:00
'theme' => 'focusbusiness',
'theme_admin' => 'baseadmin',
);