summaryrefslogtreecommitdiff
path: root/www-ssl/inc/error_handler.php
diff options
context:
space:
mode:
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);