From 606715cea82cba707cfff4677ffcce0a6b656d36 Mon Sep 17 00:00:00 2001 From: The009 Date: Sat, 18 Jan 2020 04:53:21 -0500 Subject: [PATCH] Bugfix #1 Fix for Issue #1 (Thank you @KrunkZhou) Beta Release 1.1.2.6 --- README.md | 4 ++++ index.php | 21 ++++++++++----------- send.php | 2 +- 3 files changed, 15 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index d64027d..b13c4f6 100644 --- a/README.md +++ b/README.md @@ -89,3 +89,7 @@ extension_dir = "." If you want the php_sockets.dll to be in a folder change ```extension_dir = "." ```to ```extension_dir = "folderName/"``` Then you are done. Open your fav CMD line app and use the usage examples above. + +## Important Mentions: + +@KrunkZhou for finding and fixing a bug with more then one dimmer. https://github.com/The009/SmartSwitchPHPController/issues/1 diff --git a/index.php b/index.php index e5a9ebd..242004f 100644 --- a/index.php +++ b/index.php @@ -41,17 +41,17 @@