From 20a844085f42975a9e2d20a9cd489a0251d52ad5 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 1 Mar 2021 12:11:42 +0300 Subject: hide version for bundled plugins because it's meaningless; for everything else support showing version using git (if about[0] is null) --- plugins/auth_remote/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/auth_remote/init.php') diff --git a/plugins/auth_remote/init.php b/plugins/auth_remote/init.php index 0ac51ce4e..3be7aa26e 100644 --- a/plugins/auth_remote/init.php +++ b/plugins/auth_remote/init.php @@ -4,7 +4,7 @@ class Auth_Remote extends Auth_Base { private $host; function about() { - return array(1.0, + return array(null, "Authenticates against remote password (e.g. supplied by Apache)", "fox", true); -- cgit v1.2.3-54-g00ecf