Skip to content

Commit

Permalink
Fix All Lights Group timeStamp
Browse files Browse the repository at this point in the history
fix the timeStamp output for the groupBox for All Lights for the Web Interface.
  • Loading branch information
The009 committed Sep 8, 2018
1 parent 4bff53f commit 240f559
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,8 @@ function displayDeviceList($csv){
<p class='card-text'></p>
</div>
<div class='card-footer'>
<a href='?group=all&amp;action=On&amp;timeStamp={$currentTimeStamp}' class='btn btn-primary'>On</a> -
<a href='?group=all&amp;action=Off&amp;timeStamp={$currentTimeStamp}' class='btn btn-primary'>Off</a>
<a href='?group=all&amp;action=On&amp;timeStamp=<?php echo($currentTimeStamp); ?>' class='btn btn-primary'>On</a> -
<a href='?group=all&amp;action=Off&amp;timeStamp=<?php echo($currentTimeStamp); ?>' class='btn btn-primary'>Off</a>
</div>
</div>
</div>
Expand Down Expand Up @@ -381,7 +381,7 @@ function decode($encodedMsg)
<footer class="py-5 bg-dark">
<div class="container">
<p class="m-0 text-center text-white">Copyright &copy; The009 <a href="http://www.the009.net" target="_blank">http://www.the009.net</a> 2018</p>
<p class="m-0 text-center text-white"><a href="http://programs.the009.net/SmartSwitchPHPController/" target="_blank">Version 1.0.0.1</a><br />
<p class="m-0 text-center text-white"><a href="http://programs.the009.net/SmartSwitchPHPController/" target="_blank">Version 1.0.0.2</a><br />
This work is licensed under <a href="https://www.gnu.org/licenses/gpl-3.0.en.html">The GNU General Public License v3.0</a>.</p>
</div>
<!-- /.container -->
Expand Down

0 comments on commit 240f559

Please sign in to comment.