aboutsummaryrefslogtreecommitdiff
path: root/auth.php
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2017-12-15 08:45:42 +0300
committerValentin Popov <info@valentineus.link>2017-12-15 08:45:42 +0300
commitaa0f07c285a530de6455d8b1a4c27af522018386 (patch)
tree70eb1b921ac58d5018115d7d5c9917a0a86cf458 /auth.php
parentc2afebb9b50e21f0be1e3ac98f740c24a1e6e141 (diff)
downloadauth_token-aa0f07c285a530de6455d8b1a4c27af522018386.tar.xz
auth_token-aa0f07c285a530de6455d8b1a4c27af522018386.zip
Small fixes
Diffstat (limited to 'auth.php')
-rw-r--r--auth.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth.php b/auth.php
index 06cbf41..231b347 100644
--- a/auth.php
+++ b/auth.php
@@ -36,7 +36,7 @@ class auth_plugin_token extends auth_plugin_base {
*/
public function __construct() {
$this->authtype = "token";
- $this->config = get_config("auth_token");
+ $this->config = get_config("auth_token");
}
/**