wmdeit_kaform_ownhistory/delete.php

12 lines
148 B
PHP
Raw Permalink Normal View History

2022-08-13 10:39:28 +02:00
<?php
session_start();
if (!isset($_POST['id']))
return;
unset( $_SESSION['files'][$_POST['id']] );
#error_log("Delete Document $_POST[id]");