From 21f877e407566397f9ba21275f7c3754adf35edd Mon Sep 17 00:00:00 2001 From: Stricted Date: Thu, 2 Jul 2015 14:16:27 +0200 Subject: [PATCH] rename class --- SpeedPort.class.php => SpeedportHybrid.class.php | 2 +- tests/example.config.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename SpeedPort.class.php => SpeedportHybrid.class.php (99%) diff --git a/SpeedPort.class.php b/SpeedportHybrid.class.php similarity index 99% rename from SpeedPort.class.php rename to SpeedportHybrid.class.php index 363e294..3e40be4 100644 --- a/SpeedPort.class.php +++ b/SpeedportHybrid.class.php @@ -4,7 +4,7 @@ * @license GNU Lesser General Public License * @copyright 2015 Jan Altensen (Stricted) */ -class SpeedPort { +class SpeedportHybrid { /** * password-challenge * @var string diff --git a/tests/example.config.php b/tests/example.config.php index 95c74d8..a3fae1c 100644 --- a/tests/example.config.php +++ b/tests/example.config.php @@ -1,5 +1,5 @@