]> git.pld-linux.org Git - packages/SourceForge.git/commitdiff
- obsolete
authorSebastian Zagrodzki <sebek@zagrodzki.net>
Thu, 16 Nov 2000 21:23:27 +0000 (21:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    SourceForge-cache.patch -> 1.2

SourceForge-cache.patch [deleted file]

diff --git a/SourceForge-cache.patch b/SourceForge-cache.patch
deleted file mode 100644 (file)
index b836c1e..0000000
+++ /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));
- }
- ?>
This page took 0.084816 seconds and 4 git commands to generate.