mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 10:15:55 +00:00
hide version for bundled plugins because it's meaningless; for everything else support showing version using git (if about[0] is null)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user