diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-12-26 23:03:21 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-12-26 23:03:21 +0000 |
commit | 15f289a8f0ab4cc2e1253731ca5af5987b3af0d6 (patch) | |
tree | e064d4466941c7044df068e1f07cf831ca23909f /includes/common.inc | |
parent | c18984562a596fc1c9d823e5e83d5bd2d4fb761c (diff) | |
download | brdo-15f289a8f0ab4cc2e1253731ca5af5987b3af0d6.tar.gz brdo-15f289a8f0ab4cc2e1253731ca5af5987b3af0d6.tar.bz2 |
- Added file handling. Work by Kjartan.
Diffstat (limited to 'includes/common.inc')
-rw-r--r-- | includes/common.inc | 1 |
1 files changed, 1 insertions, 0 deletions
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"); |