projects
/
home-automation.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
updated removed
[home-automation.git]
/
alert_status.php
1
<?
2
include("config.php");
3
include("includes.php");
4
5
foreach ($summon as $person) {
6
if (summon_status($person) >= 1) {
7
echo "<font color='red'><blink><strong>$person- You're being summoned!</strong></blink></font><br>";
8
}
9
}
10
?>