summaryrefslogtreecommitdiff
path: root/default-conf
diff options
context:
space:
mode:
authorcookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2006-08-19 22:14:59 +0000
committercookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2006-08-19 22:14:59 +0000
commit68f6a0d92c17647f5afe16f38b6836fb3f542a9e (patch)
treee837464cb2206425fa6c280420378f8e11ef6b77 /default-conf
parentc37baec3bc274d978410f3c59f251e993cb9c0e5 (diff)
jabba und mail error benachrichtigung (Entnommen aus pentabarf)
git-svn-id: svn://svn.cccv.de/engel-system@130 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'default-conf')
-rwxr-xr-xdefault-conf/www-ssl/inc/jabber.php17
1 files changed, 17 insertions, 0 deletions
diff --git a/default-conf/www-ssl/inc/jabber.php b/default-conf/www-ssl/inc/jabber.php
new file mode 100755
index 00000000..13cd3538
--- /dev/null
+++ b/default-conf/www-ssl/inc/jabber.php
@@ -0,0 +1,17 @@
+<?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");
+
+?>