diff --git a/wiki.php b/wiki.php
index ad8cee2..50fa019 100644
--- a/wiki.php
+++ b/wiki.php
@@ -17,6 +17,10 @@ if (strpos($page, "../") !== false) {
}
$content_file = "articles/$page.md";
+// When you need some debugging
+//echo "
page: $page";
+//echo "
content file: $content_file";
+
$Parsedown = new Parsedown();
$Parsedown->setSafeMode(true);