summaryrefslogtreecommitdiff
path: root/default-conf/var_www_includes/config_jabber.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 /default-conf/var_www_includes/config_jabber.php
parent946c230e6f8e04c7dd8f92ca3190a51ac220f0ca (diff)
move default-config to install dir
Diffstat (limited to 'default-conf/var_www_includes/config_jabber.php')
-rw-r--r--default-conf/var_www_includes/config_jabber.php17
1 files changed, 0 insertions, 17 deletions
diff --git a/default-conf/var_www_includes/config_jabber.php b/default-conf/var_www_includes/config_jabber.php
deleted file mode 100644
index 13cd3538..00000000
--- a/default-conf/var_www_includes/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");
-
-?>