From 0c104856fa2e27ec7f3f46cefb42259633ba3ed2 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Thu, 16 Sep 2021 23:40:10 +0200 Subject: [PATCH] hack plugin permissions to always load url shortener --- _define.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_define.php b/_define.php index f13cbde..7747da7 100644 --- a/_define.php +++ b/_define.php @@ -22,7 +22,7 @@ $this->registerModule( '2021.08.28', [ 'requires' => [['core', '2.19']], - 'permissions' => 'admin', + 'permissions' => '-', 'type' => 'plugin', 'support' => 'https://github.com/JcDenis/kUtRL', 'details' => 'http://plugins.dotaddict.org/dc2/details/kUtRL',