summaryrefslogtreecommitdiff
path: root/www-ssl/inc/error_handler.php
diff options
context:
space:
mode:
authorcookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2006-11-23 17:39:05 +0000
committercookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2006-11-23 17:39:05 +0000
commit3ea895c901362fecb120933f1631b4cc27e293d1 (patch)
treead6ac69953b5f525127a74c36e0fc1f674270332 /www-ssl/inc/error_handler.php
parent6c52da6bf5bbdb1199fac63e7624ddd9473acd89 (diff)
config file umbenant
git-svn-id: svn://svn.cccv.de/engel-system@171 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'www-ssl/inc/error_handler.php')
-rwxr-xr-xwww-ssl/inc/error_handler.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www-ssl/inc/error_handler.php b/www-ssl/inc/error_handler.php
index 8c152ba8..e444e18c 100755
--- a/www-ssl/inc/error_handler.php
+++ b/www-ssl/inc/error_handler.php
@@ -63,7 +63,7 @@
function send_message(&$message)
{
chdir(dirname(__FILE__));
- require_once('../inc/jabber.php');
+ require_once('../inc/config_jabber.php');
if (isset($jabber_recipient) && count($jabber_recipient)) {
$jabber = new Jabber($server, $port, $username, $password, $resource);