fix
This commit is contained in:
@@ -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_';
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user