summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-11-10 21:05:36 +0300
committerAndrew Dolgov <[email protected]>2021-11-10 21:05:36 +0300
commit05d573279d8f1bbacbab7939cdbc4afaf1508871 (patch)
treeecb434409583cb57368157f71a854ee08287cbdb
parent21e2149fc8b22f2a60e3201a3d9d57f3bb3ae54a (diff)
phpstan 1.0 cleanup
-rw-r--r--init.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/init.php b/init.php
index e80bd05..0f889cb 100644
--- a/init.php
+++ b/init.php
@@ -1,6 +1,5 @@
<?php
class Nginx_Xaccel extends Plugin {
- private $host;
function about() {
return array(1.0,
@@ -11,8 +10,6 @@ class Nginx_Xaccel extends Plugin {
}
function init($host) {
- $this->host = $host;
-
Config::add("NGINX_XACCEL_PREFIX", "/tt-rss");
$host->add_hook($host::HOOK_SEND_LOCAL_FILE, $this);