From 4fc9117ddb70b3d62f6672ab3cfe51202f128872 Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Fri, 20 Jun 2014 20:42:58 +0200 Subject: Remove useless code. Fix undefined variable. Fix BIRD commands. --- index.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index 44c59d3..a2323b6 100644 --- a/index.php +++ b/index.php @@ -24,7 +24,6 @@ final class LookingGlass { private $frontpage; private $contact; private $misc; - private $filters; private $routers; function __construct() { @@ -33,7 +32,6 @@ final class LookingGlass { $this->frontpage = $config['frontpage']; $this->contact = $config['contact']; $this->misc = $config['misc']; - $this->filters = $config['filters']; $this->routers = $config['routers']; } -- cgit v1.2.3