From e3e6ab3c9a02ebb58211cd1b0ebc26437d0c1827 Mon Sep 17 00:00:00 2001 From: Gina Haeussge Date: Sun, 12 Oct 2008 19:28:55 +0200 Subject: Include host in the seed for the JS and the CSS cachenames (FS#1487) darcs-hash:20081012172855-2b4f5-85b89a7968681932d30f75072df347ba6a53b24c.gz --- lib/exe/css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/exe/css.php') diff --git a/lib/exe/css.php b/lib/exe/css.php index 918897ed1..5d8f7058a 100644 --- a/lib/exe/css.php +++ b/lib/exe/css.php @@ -51,7 +51,7 @@ function css_out(){ } // The generated script depends on some dynamic options - $cache = getCacheName('styles'.DOKU_BASE.$tplinc.$style,'.css'); + $cache = getCacheName('styles'.$_SERVER['HTTP_HOST'].$_SERVER['SERVER_PORT'].DOKU_BASE.$tplinc.$style,'.css'); // load template styles $tplstyles = array(); -- cgit v1.2.3