diff --git a/event_handler.php b/event_handler.php index 4d5460a..443728f 100644 --- a/event_handler.php +++ b/event_handler.php @@ -568,10 +568,10 @@ if (isset($_POST['action'])) { case 'upload_milestone': $statusCode = milestone::upload_file($_FILES['fileToUpload']); if (0 !== $statusCode) { - //header('Location: /admin/milestones/'.$statusCode); + header('Location: /admin/milestones/'.$statusCode); } else { - //header('Location: /admin/milestones/success'); + header('Location: /admin/milestones/success'); } break; case 'training_template_create':