mirror of
https://github.com/ThunixdotNet/www.git
synced 2026-01-24 07:10:18 +00:00
Fixing includes paths
This commit is contained in:
@@ -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.
|
Parsedown is licensed under the MIT license.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
include('config.php');
|
include('../config.php');
|
||||||
include('parsedown-1.7.3/Parsedown.php');
|
include('../parsedown-1.7.3/Parsedown.php');
|
||||||
include('parsedown-extra-0.7.1/ParsedownExtra.php');
|
include('../parsedown-extra-0.7.1/ParsedownExtra.php');
|
||||||
|
|
||||||
$page = $_GET['page'];
|
$page = $_GET['page'];
|
||||||
$style = $_GET['style'];
|
$style = $_GET['style'];
|
||||||
|
|||||||
Reference in New Issue
Block a user