Add path debugging print statements in comment

This commit is contained in:
southerntofu 2021-03-21 10:46:18 +01:00
parent 42a438fc52
commit 290b0dcf39
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,10 @@ if (strpos($page, "../") !== false) {
}
$content_file = "articles/$page.md";
// When you need some debugging
//echo "<br>page: $page";
//echo "<br>content file: $content_file";
$Parsedown = new Parsedown();
$Parsedown->setSafeMode(true);