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/a…
==============================================================================
---
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/c…
==============================================================================
---
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";