diff options
| author | Marcus Boerger <helly@php.net> | 2007-02-13 00:32:32 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2007-02-13 00:32:32 +0000 |
| commit | e19f55bb82addc7bb0d20d2fed528463b6ef902f (patch) | |
| tree | bb58145b8dc2d4793e0ab2b3099d826dc03eb8db | |
| parent | 5026a9fd83a6c22f231a70208743d9ed61019e22 (diff) | |
| download | php-git-e19f55bb82addc7bb0d20d2fed528463b6ef902f.tar.gz | |
- MFH Drop useless stuff
| -rwxr-xr-x | ext/spl/examples/phar_from_dir.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/spl/examples/phar_from_dir.php b/ext/spl/examples/phar_from_dir.php index 2972748915..2ee15ca1e6 100755 --- a/ext/spl/examples/phar_from_dir.php +++ b/ext/spl/examples/phar_from_dir.php @@ -37,9 +37,6 @@ if ($argc > 3) $dir = new RegexIterator($dir, '/'.$argv[3].'/'); } - -$cwd .= DIRECTORY_SEPARATOR; - $phar->begin(); foreach($dir as $file) |
