From 9b24fda5cd1f6e85c536dc2bc3e5f1bbdef5b7c2 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Fri, 19 Jul 2013 20:49:24 +0200 Subject: [feature/passwords] Move files after namespacing changes PHPBB3-11610 --- phpBB/includes/crypto/driver/base.php | 47 ----------------------------------- 1 file changed, 47 deletions(-) delete mode 100644 phpBB/includes/crypto/driver/base.php (limited to 'phpBB/includes/crypto/driver/base.php') diff --git a/phpBB/includes/crypto/driver/base.php b/phpBB/includes/crypto/driver/base.php deleted file mode 100644 index c134122174..0000000000 --- a/phpBB/includes/crypto/driver/base.php +++ /dev/null @@ -1,47 +0,0 @@ -config = $config; - $this->helper = new phpbb_crypto_driver_helper($this); - } - - /** - * @inheritdoc - */ - public function is_supported() - { - return true; - } -} -- cgit v1.2.1