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/style.php | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/style.php') diff --git a/lib/style.php b/lib/style.php index e8ad972..3527994 100644 --- a/lib/style.php +++ b/lib/style.php @@ -3,7 +3,6 @@ if (function_exists("print_header")) return; -require_once "../init.php"; require_once BASE . "/lib/mysql.php"; function print_header($title) { -- cgit v1.2.3