forked from tohe/wmdeit_kaform
5 lines
80 B
PHP
5 lines
80 B
PHP
|
<?php
|
||
|
session_start();
|
||
|
$_SESSION['files']=array();
|
||
|
error_log("clear called\n");
|