From e5b1819fa250c2a7adff46133b057193c446cbc1 Mon Sep 17 00:00:00 2001 From: Platonides Date: Wed, 19 Sep 2018 00:07:04 +0200 Subject: [PATCH] Rename class --- AuthWPbyDB.php => AuthWMESbyDB.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename AuthWPbyDB.php => AuthWMESbyDB.php (98%) diff --git a/AuthWPbyDB.php b/AuthWMESbyDB.php similarity index 98% rename from AuthWPbyDB.php rename to AuthWMESbyDB.php index f9a27e0..ba14421 100644 --- a/AuthWPbyDB.php +++ b/AuthWMESbyDB.php @@ -1,6 +1,6 @@ * @copyright 2014 Denis Chenu @@ -19,12 +19,12 @@ * GNU General Public License for more details. */ -class AuthWPbyDB extends \ls\pluginmanager\AuthPluginBase +class AuthWMESbyDB extends \ls\pluginmanager\AuthPluginBase { protected $storage = 'DbStorage'; static protected $description = 'A plugin to authenticate user via WordPress DB (v1.1)'; - static protected $name = 'AuthWPbyDB'; + static protected $name = 'AuthWMESbyDB'; protected $settings = array( 'authwp_dir' => array( -- 2.30.2