From: Sebastien D. <sde...@us...> - 2005-04-22 08:24:09
|
Update of /cvsroot/tslogparser/tslogparser/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32107/admin Modified Files: purge.php Log Message: Index: purge.php =================================================================== RCS file: /cvsroot/tslogparser/tslogparser/admin/purge.php,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- purge.php 22 Apr 2005 08:21:48 -0000 1.1 +++ purge.php 22 Apr 2005 08:23:32 -0000 1.2 @@ -44,9 +44,6 @@ } } closedir($dir) ; - echo "rmdir $path;\n"; - // Uncomment when happy! - // return rmdir($path); } rmdirRecursive($root."ts/"); |