Skip to content
Snippets Groups Projects
Commit 4a193141 authored by Christopher Smith's avatar Christopher Smith
Browse files

remove rendundant line

parent 3bf4233a
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,6 @@ $opt = rss_parseOptions();
// the feed is dynamic - we need a cache for each combo
// (but most people just use the default feed so it's still effective)
$cache = getCacheName(join('', array_values($opt)).$_SERVER['REMOTE_USER'], '.feed');
$key = join('', array_values($opt)).$_SERVER['REMOTE_USER'].$_SERVER['HTTP_HOST'].$_SERVER['SERVER_PORT'];
$cache = new cache($key, '.feed');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment