video.edit.php 125 B

1234567
  1. <?php
  2. if(isset($_POST["from"])){
  3. fichier::update($_POST);
  4. header("Location: /edit/".$_POST["hash"]);
  5. exit();
  6. }