From 0f244f5cd391dcbf9d627f7dcb99ce54090fe858 Mon Sep 17 00:00:00 2001 From: Tyler Dence Date: Tue, 19 Jun 2018 10:51:20 -0400 Subject: Fix include path by generating absolute paths --- lib/style.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/style.php') diff --git a/lib/style.php b/lib/style.php index 6911bdd..4b6439b 100644 --- a/lib/style.php +++ b/lib/style.php @@ -3,7 +3,7 @@ if (function_exists("print_header")) return; -include "lib/mysql.php"; +require "lib/mysql.php"; function print_header($title) { ?> -- cgit v1.2.3