From 1e1378802006aa2a7209cd46c1578739b5dacbb8 Mon Sep 17 00:00:00 2001 From: Ricsi Date: Wed, 20 Mar 2019 20:44:50 +0000 Subject: [PATCH] remove comment --- event_handler.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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':