diff --git a/ag/rss.php b/ag/rss.php new file mode 100644 index 0000000..2afa1fc --- /dev/null +++ b/ag/rss.php @@ -0,0 +1,44 @@ +'; +include_once($_SERVER['DOCUMENT_ROOT'].'ag/include/config.inc.php'); + +$nachrichten = mysql_query('SELECT * FROM ff11_news order by id DESC LIMIT 10'); + +?> + + + <?php echo $GLOBALS['server_url_short']; ?> News + + + + + + + <?php echo $row['betreff'].' - Antworten ('.$komments.')'; ?> + + + + + + + + +