jabba und mail error benachrichtigung (Entnommen aus pentabarf)
git-svn-id: svn://svn.cccv.de/engel-system@130 29ba0400-6e00-0410-a75a-ca02368028f8
This commit is contained in:
parent
c37baec3bc
commit
68f6a0d92c
|
@ -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");
|
||||
|
||||
?>
|
File diff suppressed because it is too large
Load Diff
|
@ -1,4 +1,5 @@
|
|||
<?PHP
|
||||
include ("./inc/error_handler.php");
|
||||
include ("./inc/config.php");
|
||||
include ("./inc/db.php");
|
||||
include ("./inc/funktion_lang.php");
|
||||
|
|
Loading…
Reference in New Issue