forked from vergnet/site-accueil-insa
patch
This commit is contained in:
parent
16238a08e2
commit
2ca75a7bb3
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ if(isset($_POST['download_planning'])) {
|
||||||
$req = $db->prepare('UPDATE planning_tmp_dl set planning = ?');
|
$req = $db->prepare('UPDATE planning_tmp_dl set planning = ?');
|
||||||
$req->execute(array($cal->GetICS()));
|
$req->execute(array($cal->GetICS()));
|
||||||
|
|
||||||
header('Location: assets/script/planning_tmp.php');
|
header('Location: assets/scripts/planning_tmp.php');
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
Loading…
Reference in a new issue