BaseControllerConcept into config.php

This commit is contained in:
Paminger
2016-03-15 08:14:05 +01:00
parent d28f79e855
commit 0c3c47f848
11 changed files with 50 additions and 327 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ require_once(dirname(__FILE__).'/datum.class.php');
// CI
require_once(dirname(__FILE__).'/../ci_hack.php');
require_once(dirname(__FILE__).'/../application/models/Person_model.php');
require_once(dirname(__FILE__).'/../application/models/person/Person_model.php');
class person extends Person_model
{