wmdeit_kaform/delete.php

12 lines
147 B
PHP
Raw Permalink Normal View History

2020-02-20 13:45:47 +00:00
<?php
session_start();
if (!isset($_POST['id']))
return;
unset( $_SESSION['files'][$_POST['id']] );
error_log("Delete Document $_POST[id]");