You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
208 B
PHTML
11 lines
208 B
PHTML
14 years ago
|
<?php
|
||
|
// ist ein modem angeschlossen
|
||
|
$ModemEnable = false;
|
||
18 years ago
|
|
||
14 years ago
|
// COM port
|
||
|
$ModemDev ="/dev/ttyS0";
|
||
18 years ago
|
|
||
14 years ago
|
// vorwahl, bei tnovis telefonanlage fuer das programmieren von weckrufen
|
||
|
$WakeupNumber="**3";
|
||
18 years ago
|
?>
|