From ae3cc57ba7712fc50cc724c7c3fe6e49c4723edd Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Sun, 7 Jul 2019 20:00:04 +0000 Subject: [PATCH] Fixing includes paths --- includes/server.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/server.php b/includes/server.php index 34f4eb7..9fddfbf 100644 --- a/includes/server.php +++ b/includes/server.php @@ -4,9 +4,9 @@ This code is Copyright(c) 2019 by ubergeek under the GPL 3 or later. Parsedown is licensed under the MIT license. */ -include('config.php'); -include('parsedown-1.7.3/Parsedown.php'); -include('parsedown-extra-0.7.1/ParsedownExtra.php'); +include('../config.php'); +include('../parsedown-1.7.3/Parsedown.php'); +include('../parsedown-extra-0.7.1/ParsedownExtra.php'); $page = $_GET['page']; $style = $_GET['style'];