Browse Source

Move oblong output to .highvol

Closes #10
tags/SensorLogger/0.1.1
Chris Smith 14 years ago
parent
commit
5ece12c740
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      website/common.php

+ 1
- 1
website/common.php View File

@@ -5,7 +5,7 @@
5 5
 
6 6
  function Oblong($message) {
7 7
         $key = trim(file_get_contents('/home/chris/oblong.key'));
8
-        $chan = '#MD87';
8
+        $chan = '#MD87.highvol';
9 9
 
10 10
         $fp = @fsockopen("oblong.md87.co.uk", 3302, $errno, $errstr, 30);
11 11
         if ($fp) {

Loading…
Cancel
Save