Home
last modified time | relevance | path

Searched refs:zwifile (Results 1 – 1 of 1) sorted by relevance

/plugin/zwidoku/ !
H A Dzwipush.php26 $zwifile=$_POST['zwifile']; variable
27 if (file_exists($zwifile)==false) die("ZWI file is missing: $zwifile");
50 … header("Content-disposition: attachment; filename=\"" . basename($zwifile) . "\"");
51 readfile($zwifile);