You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
148 B

  1. <?php
  2. session_start();
  3. if (!isset($_POST['id']))
  4. return;
  5. unset( $_SESSION['files'][$_POST['id']] );
  6. #error_log("Delete Document $_POST[id]");