From 4b72898b92b88d1db5ec0d2f8507011b8ad653b0 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 11 Feb 2019 13:21:55 +0100 Subject: lib/*.php: should not require_once ../init.php - else it cannot be included from the parent directory --- lib/format.php | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/format.php') diff --git a/lib/format.php b/lib/format.php index 00e8296..72cf531 100644 --- a/lib/format.php +++ b/lib/format.php @@ -4,7 +4,6 @@ if (function_exists("export_as_requested")) return; -require_once "../init.php"; include_once BASE . "/lib/http.php"; function export_as_requested($content) { -- cgit v1.2.3