diff options
author | Guillaume Mazoyer <respawneral@gmail.com> | 2014-06-20 20:42:58 +0200 |
---|---|---|
committer | Guillaume Mazoyer <respawneral@gmail.com> | 2014-06-20 20:42:58 +0200 |
commit | 4fc9117ddb70b3d62f6672ab3cfe51202f128872 (patch) | |
tree | b0f5a6f282f0427f01a4f8176b5e5a78d366419a /index.php | |
parent | 9dcde5b501552b63314ca2b142ff2b849c4a023d (diff) |
Remove useless code.
Fix undefined variable.
Fix BIRD commands.
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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']; } |