summaryrefslogtreecommitdiff
path: root/install/default-conf/var_www_includes/config_modem.php
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2011-06-11 18:10:20 +0200
committerPhilip Häusler <msquare@notrademark.de>2011-06-11 18:10:20 +0200
commit49a20487e74aaa2fa17784c6c9d5a6179393e07c (patch)
tree3ace8aa439becc53f7187367a425ab3be1099169 /install/default-conf/var_www_includes/config_modem.php
parent946c230e6f8e04c7dd8f92ca3190a51ac220f0ca (diff)
move default-config to install dir
Diffstat (limited to 'install/default-conf/var_www_includes/config_modem.php')
-rw-r--r--install/default-conf/var_www_includes/config_modem.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/install/default-conf/var_www_includes/config_modem.php b/install/default-conf/var_www_includes/config_modem.php
new file mode 100644
index 00000000..e6542fc4
--- /dev/null
+++ b/install/default-conf/var_www_includes/config_modem.php
@@ -0,0 +1,10 @@
+<?php
+ // ist ein modem angeschlossen
+ $ModemEnable = false;
+
+ // COM port
+ $ModemDev ="/dev/ttyS0";
+
+ // vorwahl, bei tnovis telefonanlage fuer das programmieren von weckrufen
+ $WakeupNumber="**3";
+?>