diff options
author | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2006-08-19 22:14:59 +0000 |
---|---|---|
committer | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2006-08-19 22:14:59 +0000 |
commit | 68f6a0d92c17647f5afe16f38b6836fb3f542a9e (patch) | |
tree | e837464cb2206425fa6c280420378f8e11ef6b77 /default-conf/www-ssl/inc | |
parent | c37baec3bc274d978410f3c59f251e993cb9c0e5 (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/www-ssl/inc')
-rwxr-xr-x | default-conf/www-ssl/inc/jabber.php | 17 |
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"); + +?> |