new cleanup and updates
[home-automation.git] / set_summon_status.php
index 9850723..2050b00 100644 (file)
@@ -2,9 +2,10 @@
 $person=$_GET['person'];
 $state=$_GET['status'];
 
+include("config.php");
 include("includes.php");
 
-echo "$person,$status";
+#echo "$person,$status";
 
 summon($person,$status);
 ?>