summaryrefslogtreecommitdiff
path: root/lib/style.php
diff options
context:
space:
mode:
authorTyler Dence <tyzoid.d@gmail.com>2018-06-19 10:51:20 -0400
committerTyler Dence <tyzoid.d@gmail.com>2018-06-19 10:53:42 -0400
commit0f244f5cd391dcbf9d627f7dcb99ce54090fe858 (patch)
tree9e0b2054f2067039cfa5b3d01f9c282b7c44fd76 /lib/style.php
parent1e8cfa2306848879b4fa4b39fb60e80389d3d808 (diff)
downloadarchweb32-0f244f5cd391dcbf9d627f7dcb99ce54090fe858.tar.xz
Fix include path by generating absolute paths
Diffstat (limited to 'lib/style.php')
-rw-r--r--lib/style.php2
1 files changed, 1 insertions, 1 deletions
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) {
?>