diff --git a/assets/scripts/php2ics.php b/assets/scripts/php2ics.php index fba23a1..cb2e09a 100644 --- a/assets/scripts/php2ics.php +++ b/assets/scripts/php2ics.php @@ -146,7 +146,7 @@ if(isset($_POST['download_planning'])) { $req = $db->prepare('UPDATE planning_tmp_dl set planning = ?'); $req->execute(array($cal->GetICS())); - header('Location: assets/script/planning_tmp.php'); + header('Location: assets/scripts/planning_tmp.php'); } ?> \ No newline at end of file