[Phpfreechat-svn] SF.net SVN: phpfreechat: [715] trunk/contrib/pfcInstaller2/step2.php
Status: Beta
Brought to you by:
kerphi
From: <ke...@us...> - 2006-08-29 20:35:16
|
Revision: 715 Author: kerphi Date: 2006-08-29 13:35:08 -0700 (Tue, 29 Aug 2006) ViewCVS: http://svn.sourceforge.net/phpfreechat/?rev=715&view=rev Log Message: ----------- destroy the wrong old downloaded archive Modified Paths: -------------- trunk/contrib/pfcInstaller2/step2.php Modified: trunk/contrib/pfcInstaller2/step2.php =================================================================== --- trunk/contrib/pfcInstaller2/step2.php 2006-08-29 20:30:13 UTC (rev 714) +++ trunk/contrib/pfcInstaller2/step2.php 2006-08-29 20:35:08 UTC (rev 715) @@ -78,6 +78,8 @@ { echo "<p>Error!</p>"; echo "<pre>"; print_r($errors); echo "</pre>"; + // delete the wrong archive + @unlink($dstpath."/".$archivename); } } ?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |