From: Sebastien D. <sde...@us...> - 2005-03-14 14:55:18
|
Update of /cvsroot/tslogparser/tslogparser/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5464 Modified Files: index.php Log Message: Fix in Tar function call Index: index.php =================================================================== RCS file: /cvsroot/tslogparser/tslogparser/admin/index.php,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- index.php 14 Mar 2005 14:43:50 -0000 1.10 +++ index.php 14 Mar 2005 14:55:06 -0000 1.11 @@ -194,7 +194,7 @@ $tmpdir = $root."ts/".time(); - if (!$tar->extractModify($tmpdir)) + if (!$tar->extractModify($tmpdir, "")) { echo "<b>Archive extraction failed.</b>\n"; |