From 5607a4ed403d09b0d6c8342bdb675992de167449 Mon Sep 17 00:00:00 2001 From: opensides Date: Wed, 20 May 2009 16:04:38 +0000 Subject: [PATCH] - Closes #659 git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13661 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-plugins/ldapmanager/html/getxls.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gosa-plugins/ldapmanager/html/getxls.php b/gosa-plugins/ldapmanager/html/getxls.php index 8455d77c0..6a27bb59b 100644 --- a/gosa-plugins/ldapmanager/html/getxls.php +++ b/gosa-plugins/ldapmanager/html/getxls.php @@ -23,8 +23,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -require_once "../include/utils/excel/class.writeexcel_workbook.inc.php"; -require_once "../include/utils/excel/class.writeexcel_worksheet.inc.php"; +require_once "../../../include/utils/excel/class.writeexcel_workbook.inc.php"; +require_once "../../../include/utils/excel/class.writeexcel_worksheet.inc.php"; function dump_ldap ($mode= 0) { -- 2.30.2