Implement global settings

This commit is contained in:
Eike Foken
2011-09-16 00:02:21 +02:00
parent 0ed366ab4c
commit 7a83935410
7 changed files with 214 additions and 2 deletions

View File

@@ -109,7 +109,7 @@ $autoload['language'] = array();
|
*/
$autoload['model'] = array('user', 'project', 'share');
$autoload['model'] = array('user', 'project', 'share', 'setting');
/* End of file autoload.php */