diff options
author | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2006-11-23 17:39:05 +0000 |
---|---|---|
committer | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2006-11-23 17:39:05 +0000 |
commit | 3ea895c901362fecb120933f1631b4cc27e293d1 (patch) | |
tree | ad6ac69953b5f525127a74c36e0fc1f674270332 /default-conf/www-ssl/inc/jabber.php | |
parent | 6c52da6bf5bbdb1199fac63e7624ddd9473acd89 (diff) |
config file umbenant
git-svn-id: svn://svn.cccv.de/engel-system@171 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'default-conf/www-ssl/inc/jabber.php')
-rwxr-xr-x | default-conf/www-ssl/inc/jabber.php | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/default-conf/www-ssl/inc/jabber.php b/default-conf/www-ssl/inc/jabber.php deleted file mode 100755 index 13cd3538..00000000 --- a/default-conf/www-ssl/inc/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"); - -?> |