summaryrefslogtreecommitdiff
path: root/lib/style.php
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-02-11 13:21:55 +0100
committerErich Eckner <git@eckner.net>2019-02-11 13:21:55 +0100
commit4b72898b92b88d1db5ec0d2f8507011b8ad653b0 (patch)
tree0c452d57e6f84248375a0d910799f04a2b74ab77 /lib/style.php
parent94c64f86b16164927d662ebc832852d539c746cf (diff)
downloadwebsite-4b72898b92b88d1db5ec0d2f8507011b8ad653b0.tar.xz
lib/*.php: should not require_once ../init.php - else it cannot be included from the parent directory
Diffstat (limited to 'lib/style.php')
-rw-r--r--lib/style.php1
1 files changed, 0 insertions, 1 deletions
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) {