From 15f289a8f0ab4cc2e1253731ca5af5987b3af0d6 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 26 Dec 2003 23:03:21 +0000 Subject: - Added file handling. Work by Kjartan. --- includes/common.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'includes/common.inc') diff --git a/includes/common.inc b/includes/common.inc index e3bbbf841..fd92d3664 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -935,6 +935,7 @@ include_once "includes/pager.inc"; include_once "includes/menu.inc"; include_once "includes/xmlrpc.inc"; include_once "includes/tablesort.inc"; +include_once "includes/file.inc"; // set error handler: set_error_handler("error_handler"); -- cgit v1.2.3