[Dashboard] If environment is set to development then show the debug toolbar
这个提交包含在:
父节点
6d87c1bb8d
当前提交
f717d8820c
共有 1 个文件被更改,包括 4 次插入 和 1 次删除
|
|
@ -4,7 +4,10 @@ class Dashboard extends CI_Controller {
|
|||
|
||||
public function index()
|
||||
{
|
||||
|
||||
// If environment is set to development then show the debug toolbar
|
||||
if(ENVIRONMENT == 'development') {
|
||||
$this->output->enable_profiler(TRUE);
|
||||
}
|
||||
|
||||
// Check our version and run any migrations
|
||||
$this->load->library('Migration');
|
||||
|
|
|
|||
正在加载…
在新工单中引用