From bf4cd1b813c8b7abe66c32ac8384f2a4799ed2f4 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Sun, 15 Mar 2009 20:35:24 +0000 Subject: Move profiling and debugging out of the scaffolding and into the developer module. --- core/controllers/scaffold.php | 6 ------ 1 file changed, 6 deletions(-) (limited to 'core/controllers/scaffold.php') diff --git a/core/controllers/scaffold.php b/core/controllers/scaffold.php index c8360b58..b89c27ce 100644 --- a/core/controllers/scaffold.php +++ b/core/controllers/scaffold.php @@ -365,12 +365,6 @@ class Scaffold_Controller extends Template_Controller { return $results; } - public function session($key) { - Session::instance()->set($key, $this->input->get("value", false)); - $this->auto_render = false; - url::redirect($_SERVER["HTTP_REFERER"]); - } - private function _get_config_errors() { $errors = array(); if (!file_exists(VARPATH)) { -- cgit v1.2.3