mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-08 04:51:59 +01:00
webui fix
This commit is contained in:
parent
cbe21312d2
commit
d77579e761
@ -9,7 +9,7 @@ class ModelMessageRestore extends Model {
|
||||
|
||||
$randomid = generate_random_string(16);
|
||||
|
||||
$filename = DIR_TMP . "/" . $randomid;
|
||||
$filename = DIR_BASE . "tmp/" . $randomid;
|
||||
|
||||
if($zip->open($filename, ZIPARCHIVE::CREATE) != true) { exit("cannot open <$filename>\n"); }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user