1
0

errorview

This commit is contained in:
2018-01-03 17:28:08 +01:00
parent 9bc4267c6a
commit 04a798bfa1
12 changed files with 209 additions and 69 deletions

View File

@@ -9,7 +9,7 @@ $subview = $OPTIONS['subview'];
$euler = Euler::listAll();
$problem = Euler::getEulerProblemFromStrIdent($subview);
if ($post === NULL) httpError(404, 'problem not found');
if ($problem === NULL) httpError(404, 'Project Euler entry not found');
$pd = new ParsedownCustom();