From 5347cf38b007c8257b4418bfeed704b5d162313f Mon Sep 17 00:00:00 2001 From: Karl Burkhart Date: Tue, 19 Oct 2010 09:42:55 +0000 Subject: [PATCH] wawi konfig wird verwendet --- system/sync/sync_konto.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/sync/sync_konto.php b/system/sync/sync_konto.php index ae73f6823..30bc1c34e 100644 --- a/system/sync/sync_konto.php +++ b/system/sync/sync_konto.php @@ -20,7 +20,7 @@ * Karl Burkhart . */ -require_once('../../config/vilesci.config.inc.php'); +require_once('../../config/wawi.config.inc.php'); require_once('../../include/basis_db.class.php'); require_once('../../include/mail.class.php'); require_once('../../include/datum.class.php');