there is still a line of code in armory.class.php which is causing urlgrabber to follow redirects. Without the locale get param we get to the correct page without redirects.
Please change this one:
- Code: Select all
--- C:/Dokumente und Einstellungen/Daniel/Lokale Einstellungen/Temp/armory.class.php-revBASE.svn000.tmp.php Thu Dec 20 19:54:27 2007
+++ D:/xampp/roster.com/htdocs/lib/armory.class.php Thu Dec 20 19:54:12 2007
@@ -901,7 +901,7 @@
break;
}
- $url = $base_url . $mode . '&locale=' . $locale;
+ $url = $base_url . $mode;
if( $this->debug_url )
{