summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorGuillaume Mazoyer <respawneral@gmail.com>2014-06-20 20:42:58 +0200
committerGuillaume Mazoyer <respawneral@gmail.com>2014-06-20 20:42:58 +0200
commit4fc9117ddb70b3d62f6672ab3cfe51202f128872 (patch)
treeb0f5a6f282f0427f01a4f8176b5e5a78d366419a /index.php
parent9dcde5b501552b63314ca2b142ff2b849c4a023d (diff)
Remove useless code.
Fix undefined variable. Fix BIRD commands.
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 0 insertions, 2 deletions
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'];
}