Skip to content

Commit

Permalink
I think most things are working.
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Neal committed Feb 9, 2013
1 parent 53c6b4f commit 0a4b923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chunks.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
session_start();
//unlink("chunks.zip");
$zip = new ZipArchive();
$filename = "/sessions/" . session_id(). "/chunks.zip";
$filename = "sessions/" . session_id(). "/chunks.zip";

if ($zip->open($filename, ZIPARCHIVE::CREATE)!==TRUE) {
exit("cannot open <$filename>\n");
Expand Down

0 comments on commit 0a4b923

Please sign in to comment.