diff options
Diffstat (limited to 'core/controllers/welcome.php')
-rw-r--r-- | core/controllers/welcome.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/controllers/welcome.php b/core/controllers/welcome.php index 71fdcdc4..2e58bd93 100644 --- a/core/controllers/welcome.php +++ b/core/controllers/welcome.php @@ -53,6 +53,11 @@ class Welcome_Controller extends Template_Controller { set_error_handler($old_handler); $this->_create_directories(); + + if (Session::instance()->get("profiler", false)) { + $profiler = new Profiler(); + $profiler->render(); + } } function install($module_name) { |