From: Sebastian Zagrodzki Date: Thu, 16 Nov 2000 21:23:27 +0000 (+0000) Subject: - obsolete X-Git-Tag: RA-1_0~7 X-Git-Url: http://git.pld-linux.org/?p=packages%2FSourceForge.git;a=commitdiff_plain;h=ff3c02a967622a351d8bc26f9224e27cf156589a - obsolete Changed files: SourceForge-cache.patch -> 1.2 --- diff --git a/SourceForge-cache.patch b/SourceForge-cache.patch deleted file mode 100644 index b836c1e..0000000 --- a/SourceForge-cache.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -Naur SF2.0/www/include/cache.php SF2.0-p/www/include/cache.php ---- SF2.0/www/include/cache.php Thu Sep 7 23:37:53 2000 -+++ SF2.0-p/www/include/cache.php Mon Sep 25 20:45:34 2000 -@@ -59,7 +59,8 @@ - } - - function cache_get_new_data($function) { -- $furl=fopen("http://localhost/write_cache.php?sys_themeid=".$GLOBALS['sys_themeid']."&function=".urlencode($function),'r'); -+ GLOBAL $sys_default_domain; -+ $furl=fopen("http://".$sys_default_domain."/write_cache.php?sys_themeid=".$GLOBALS['sys_themeid']."&function=".urlencode($function),'r'); - return stripslashes(fread($furl,200000)); - } - ?>