[ros-diffs] [cfinck] 27716: As somehow the "ajax-getfiles-provider.php" script file gets deleted in the "iso" directory on the SVN Server, I give up now and move it to a separate "scripts" directory. Also updated the configuration file.

cfinck at svn.reactos.org cfinck at svn.reactos.org
Wed Jul 18 12:52:55 CEST 2007


Author: cfinck
Date: Wed Jul 18 14:52:54 2007
New Revision: 27716

URL: http://svn.reactos.org/svn/reactos?rev=27716&view=rev
Log:
As somehow the "ajax-getfiles-provider.php" script file gets deleted in the "iso" directory on the SVN Server, I give up now and move it to a separate "scripts" directory.
Also updated the configuration file.

Modified:
    trunk/web/reactos.org/htdocs/getbuilds/ajax-getfiles-provider.php
    trunk/web/reactos.org/htdocs/getbuilds/config.inc.php

Modified: trunk/web/reactos.org/htdocs/getbuilds/ajax-getfiles-provider.php
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/getbuilds/ajax-getfiles-provider.php?rev=27716&r1=27715&r2=27716&view=diff
==============================================================================
--- trunk/web/reactos.org/htdocs/getbuilds/ajax-getfiles-provider.php (original)
+++ trunk/web/reactos.org/htdocs/getbuilds/ajax-getfiles-provider.php Wed Jul 18 14:52:54 2007
@@ -11,7 +11,7 @@
 	// Therefore it has an own configuration and doesn't use "config.inc.php".
 
 	// Configuration
-	$ISO_DIR = ".";
+	$ISO_DIR = "../iso";
 	$MAX_FILES_PER_PAGE = 100;			// The same value has to be set in "config.inc.php"
 	$REV_RANGE_LIMIT = 3000;
 

Modified: trunk/web/reactos.org/htdocs/getbuilds/config.inc.php
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/getbuilds/config.inc.php?rev=27716&r1=27715&r2=27716&view=diff
==============================================================================
--- trunk/web/reactos.org/htdocs/getbuilds/config.inc.php (original)
+++ trunk/web/reactos.org/htdocs/getbuilds/config.inc.php Wed Jul 18 14:52:54 2007
@@ -8,7 +8,7 @@
 */
 	
 	// Configuration
-	$AJAX_GETFILES_PROVIDER_URL = "http://svn.reactos.org/iso/ajax-getfiles-provider.php";
+	$AJAX_GETFILES_PROVIDER_URL = "http://svn.reactos.org/scripts/ajax-getfiles-provider.php";
 	$ISO_DOWNLOAD_URL = "http://svn.reactos.org/iso/";
 	$MAX_FILES_PER_PAGE = 100;			// The same value has to be set in "ajax-getfiles-provider.php"
 	$SVN_ACTIVITY_URL = "http://svn.reactos.org/svnact/svn_activity.xml";




More information about the Ros-diffs mailing list