Forcing safe mode

This commit is contained in:
Ubergeek 2019-07-04 16:31:20 +00:00
parent 8a3e498b22
commit 6e2e8b546d
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ include('parsedown-1.7.3/Parsedown.php');
$page = $_GET['page'];
$style = $_GET['style'];
$Parsedown = new Parsedown();
$Parsedown->setSafeMode(true);
if ( $page == "") {
$page = "main";