Missed deletion

This commit is contained in:
Belle Aerni 2023-01-06 12:56:09 -08:00
parent 7474aaaab6
commit 61e24b2b71

View file

@ -46,7 +46,6 @@ class AntCMS
$page = strtolower($page);
$pagePath = AntDir . "/Content/$page.md";
$pagePath = str_replace('//', '/', $pagePath);
die($pagePath);
$AntKeywords = new AntKeywords();
if (file_exists($pagePath)) {
try {