From ed65b93c15c0f0a1321b831cf51cab533da711dd Mon Sep 17 00:00:00 2001 From: pabs Date: Wed, 22 Aug 2007 22:46:47 -0400 Subject: Added test script. --- test/.index.php.swp | Bin 0 -> 12288 bytes test/index.php | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 test/.index.php.swp create mode 100644 test/index.php diff --git a/test/.index.php.swp b/test/.index.php.swp new file mode 100644 index 0000000..bc238dd Binary files /dev/null and b/test/.index.php.swp differ diff --git a/test/index.php b/test/index.php new file mode 100644 index 0000000..3eb4769 --- /dev/null +++ b/test/index.php @@ -0,0 +1,19 @@ +add_file(basename($file), file_get_contents($file)); + +$zip->finish(); + +?> -- cgit v1.2.3