]> granicus.if.org Git - php/commitdiff
- MFH Drop useless stuff
authorMarcus Boerger <helly@php.net>
Tue, 13 Feb 2007 00:32:32 +0000 (00:32 +0000)
committerMarcus Boerger <helly@php.net>
Tue, 13 Feb 2007 00:32:32 +0000 (00:32 +0000)
ext/spl/examples/phar_from_dir.php

index 2972748915bb81da40815fa32d523f47875c9382..2ee15ca1e6dbc60258f06c7041674ae6194b7100 100755 (executable)
@@ -37,9 +37,6 @@ if ($argc > 3)
        $dir = new RegexIterator($dir, '/'.$argv[3].'/');
 }
 
-
-$cwd .= DIRECTORY_SEPARATOR;
-
 $phar->begin();
 
 foreach($dir as $file)