[Rcts-checkins] SF.net SVN: rcts: [1967] trunk/install_version2.0/install.php
Brought to you by:
bastimmer,
paulsohier
|
From: <pau...@us...> - 2006-09-10 19:54:41
|
Revision: 1967
http://svn.sourceforge.net/rcts/?rev=1967&view=rev
Author: paulsohier
Date: 2006-09-10 12:54:36 -0700 (Sun, 10 Sep 2006)
Log Message:
-----------
Fixed bug #19
Modified Paths:
--------------
trunk/install_version2.0/install.php
Modified: trunk/install_version2.0/install.php
===================================================================
--- trunk/install_version2.0/install.php 2006-09-10 19:27:38 UTC (rev 1966)
+++ trunk/install_version2.0/install.php 2006-09-10 19:54:36 UTC (rev 1967)
@@ -449,7 +449,7 @@
"mkdir" => true,
"dir" => 'cache/'
);
- $cache->write('config.php', "w", $return, $p);
+ $cache->write('cache/config.php', "w", $return, $p);
print $lang['download_ready'];
$o = fopen("tmp.zip","w");
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|