diff --git a/addEvent.php b/addEvent.php index 74ea6a8..ba2d279 100644 --- a/addEvent.php +++ b/addEvent.php @@ -1,9 +1,11 @@ $url, 'urlImage'=>$urlImage, 'contact'=>$contact)); - echo("debug"); $request->closeCursor(); + header("Location:index.php"); + exit; } catch(PDOException $e) {