Missed deletion
This commit is contained in:
parent
7474aaaab6
commit
61e24b2b71
1 changed files with 0 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue