summaryrefslogtreecommitdiff
path: root/init.php
diff options
context:
space:
mode:
Diffstat (limited to 'init.php')
-rw-r--r--init.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.php b/init.php
index 402ebaa..8cfcab5 100644
--- a/init.php
+++ b/init.php
@@ -6,7 +6,8 @@ class Nginx_Xaccel extends Plugin {
return array(1.0,
"Sends static files via nginx X-Accel-Redirect header",
"fox",
- true);
+ true,
+ "https://git.tt-rss.org/fox/ttrss-nginx-xaccel");
}
function init($host) {