summaryrefslogtreecommitdiff
path: root/install/default-conf/config_jabber.php
diff options
context:
space:
mode:
Diffstat (limited to 'install/default-conf/config_jabber.php')
-rw-r--r--install/default-conf/config_jabber.php17
1 files changed, 0 insertions, 17 deletions
diff --git a/install/default-conf/config_jabber.php b/install/default-conf/config_jabber.php
deleted file mode 100644
index 13cd3538..00000000
--- a/install/default-conf/config_jabber.php
+++ /dev/null
@@ -1,17 +0,0 @@
-<?php
-
- $server = "jabber.berlin.ccc.de";
- $port = "5222";
-
- $username = "";
- $password = "";
- $resource = "";
-
- $jabber_recipient = array( "xyz@jabber.berlin.ccc.de",
- "xyz2@jabber.berlin.ccc.de",
- );
-
- $mail_subject = "Pentabarf Error";
- $mail_recipient = array("xyz@abc.de", "xyz@abc.de");
-
-?>