From 6ebee2c46ba11ce42e85b830189346b13514d497 Mon Sep 17 00:00:00 2001 From: Philip Häusler Date: Wed, 1 Jun 2011 14:30:29 +0200 Subject: bootstrapping --- includes/error_handler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/error_handler.php') diff --git a/includes/error_handler.php b/includes/error_handler.php index 5a58076b..42e561fc 100644 --- a/includes/error_handler.php +++ b/includes/error_handler.php @@ -100,7 +100,7 @@ function send_message(&$message) { chdir(dirname(__FILE__)); - require_once('./config_jabber.php'); + require_once('../config/config_jabber.php'); if (isset($jabber_recipient) && count($jabber_recipient)) { $jabber = new Jabber($server, $port, $username, $password, $resource); -- cgit v1.2.3-54-g00ecf