Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/master' into Dev
Browse files Browse the repository at this point in the history
  • Loading branch information
FredBardin committed Sep 24, 2017
2 parents f1a0287 + 3d739f9 commit 56eca3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion histo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ v1.6 - /09/2017 :
- De-select a light now correctly remove 'checked' display on all related multi-selections
- Don't display 'LightSource' groups (already included into 'Luminaire' groups)
WIP - Display now color and brightness of a lamp in details tab even if turned off
WIP - Lights details tab display now always immediately changes for color or brightness
WIP - Lights details tab now always displays changes immediately for color or brightness
v1.5 - 11/09/2016 :
- Add Sensors Rules management
- Update color conversion with new formulas from meethue
Expand Down
2 changes: 1 addition & 1 deletion include/about.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<H3><?php echo $trs['Histo']?></H3>
<DIV>
<?php
$histo = @file("HISTO.txt");
$histo = @file("histo.txt");
foreach ($histo as $num => $line){
$line = preg_replace("/^(v.*) - /","<B>$1</B> - ",$line);
echo "$line<BR>\n";
Expand Down

0 comments on commit 56eca3d

Please sign in to comment.