This commit is contained in:
Olusesan Ameye
2021-01-30 19:42:19 -05:00
parent 645825eca3
commit ed330762c6
7 changed files with 93 additions and 17 deletions
+3 -5
View File
@@ -9,7 +9,6 @@ spl_autoload_register(function($classname) {
}
}
});
/*
function __autoload($classname) {
@@ -20,8 +19,8 @@ function __autoload($classname) {
}
}
}
*/
///home/sameye/mermsemr/adminwww/application/config
*/
///home/sameye/mermsemr/providerwww/application/config
/*
|--------------------------------------------------------------------------
@@ -59,7 +58,6 @@ $config['base_url'] = 'https://'.$_SERVER['SERVER_NAME'].'/';
*/
//$config['index_page'] = 'index.php';
$config['index_page'] = '';
/*
|--------------------------------------------------------------------------
| URI PROTOCOL
@@ -137,7 +135,7 @@ $config['enable_hooks'] = FALSE;
| https://codeigniter.com/user_guide/general/creating_libraries.html
|
*/
$config['subclass_prefix'] = 'MY_';
$config['subclass_prefix'] = 'MCORE_';
/*
|--------------------------------------------------------------------------