summaryrefslogtreecommitdiff
path: root/install/default-conf/config_modem.php
diff options
context:
space:
mode:
Diffstat (limited to 'install/default-conf/config_modem.php')
-rw-r--r--install/default-conf/config_modem.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/install/default-conf/config_modem.php b/install/default-conf/config_modem.php
deleted file mode 100644
index e6542fc4..00000000
--- a/install/default-conf/config_modem.php
+++ /dev/null
@@ -1,10 +0,0 @@
-<?php
- // ist ein modem angeschlossen
- $ModemEnable = false;
-
- // COM port
- $ModemDev ="/dev/ttyS0";
-
- // vorwahl, bei tnovis telefonanlage fuer das programmieren von weckrufen
- $WakeupNumber="**3";
-?>