From 614341c80e3dacbfa8de530c239a59f12860630f Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 25 May 2015 22:24:04 -0400 Subject: [PATCH] Remove Bugdar::$input. --- includes/init.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/includes/init.php b/includes/init.php index 9304a8d..aa31eaa 100644 --- a/includes/init.php +++ b/includes/init.php @@ -61,9 +61,6 @@ class Bugdar /*! @var \PDO The database connection instance. */ static $db = NULL; - /*! @var \hoplite\http\Input Input filter for the new stack. */ - static $input = NULL; - static $options = array(); static $user = array(); static $datastore = array(); @@ -127,9 +124,6 @@ require_once('./includes/language.php'); require_once HOPLITE_ROOT . '/data/model.php'; \hoplite\data\Model::set_db(Bugdar::$db); -require_once HOPLITE_ROOT . '/http/input.php'; -Bugdar::$input = new \hoplite\http\Input(\hoplite\http\Input::TYPE_HTML); - // ################################################################### // send nocache header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); -- 2.22.5