From e4c1de3ac9d2f31e9e0e23031fc99c7983f578f7 Mon Sep 17 00:00:00 2001 From: bugrain Date: Thu, 10 Dec 2009 00:26:57 +0000 Subject: [PATCH] Use constant for handlers directory --- e107_admin/docs.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/e107_admin/docs.php b/e107_admin/docs.php index 92cf1fa2c..d84298ae0 100644 --- a/e107_admin/docs.php +++ b/e107_admin/docs.php @@ -9,9 +9,9 @@ * Docs * * $Source: /cvs_backup/e107_0.8/e107_admin/docs.php,v $ - * $Revision: 1.7 $ - * $Date: 2009-11-18 01:04:25 $ - * $Author: e107coders $ + * $Revision: 1.8 $ + * $Date: 2009-12-10 00:26:57 $ + * $Author: bugrain $ * */ require_once("../class2.php"); @@ -26,7 +26,7 @@ include_lan(e_LANGUAGEDIR.e_LANGUAGE.'/admin/lan_'.e_PAGE); $e_sub_cat = 'docs'; require_once("auth.php"); -require_once ('../e107_handlers/file_class.php'); +require_once (e_HANDLER.'file_class.php'); $fl = new e_file(); $doc_fpath = e_DOCS.e_LANGUAGE.'/'; $doc_fpath_alt = e_DOCS.'English/';