aboutsummaryrefslogtreecommitdiffstats
path: root/config/filer
diff options
context:
space:
mode:
Diffstat (limited to 'config/filer')
-rw-r--r--config/filer/filer.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/config/filer/filer.inc b/config/filer/filer.inc
index 63cdb302..ac7fba43 100644
--- a/config/filer/filer.inc
+++ b/config/filer/filer.inc
@@ -30,6 +30,13 @@
POSSIBILITY OF SUCH DAMAGE.
*/
/* ========================================================================== */
+require_once("config.inc");
+require_once("globals.inc");
+require_once("notices.inc");
+require_once("util.inc");
+require_once("xmlrpc.inc");
+require_once("xmlrpc_client.inc");
+
function filer_text_area_decode($text) {
return preg_replace('/\r\n/', "\n", base64_decode($text));
}