[www] r1003 - trunk/svn.matroska.org/WebSVN
[email protected] Fri, 26 Aug 2005 17:47:47 +0400 (MSD)
| Newsgroups | gmane.comp.multimedia.matroska.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: robux4
Date: 2005-08-26 17:47:43 +0400 (Fri, 26 Aug 2005)
New Revision: 1003
Modified:
trunk/svn.matroska.org/WebSVN/dl.php
Log:
WebSVN: maybe the chdir() is necessary
Modified: trunk/svn.matroska.org/WebSVN/dl.php
===================================================================
--- trunk/svn.matroska.org/WebSVN/dl.php 2005-08-26 13:43:41 UTC (rev 1002)
+++ trunk/svn.matroska.org/WebSVN/dl.php 2005-08-26 13:47:43 UTC (rev 1003)
@@ -88,6 +88,8 @@
rmdir($tmpname);
+ chdir("/tmp");
+
/* robUx4 -
chdir("..");