From 9a0f4873a19175a17004b59189dc5cbab3af7f97 Mon Sep 17 00:00:00 2001 From: hecht Date: Mon, 27 Feb 2012 23:27:03 +0000 Subject: [PATCH] removed /ag/ from rss --- ag/rss.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ag/rss.php b/ag/rss.php index b8de055..ee963b6 100644 --- a/ag/rss.php +++ b/ag/rss.php @@ -26,7 +26,7 @@ $nachrichten = mysql_query('SELECT * FROM ff11_news order by id DESC LIMIT 10'); $komments = mysql_fetch_assoc(mysql_query('SELECT count(id) as anzahl FROM ff11_komments WHERE news_id='.$row['id'])); $komments = $komments['anzahl']; $text = htmlspecialchars($row['text']); - $link = $GLOBALS['server_url_long'].'/ag/index.php?as=news&id='.$row['id'].''; + $link = $GLOBALS['server_url_long'].'/index.php?as=news&id='.$row['id'].''; $link = htmlentities($link); ?>