lcars/rss.php
kjodle 93ded44f58 Initial commit
Also available on GetSimple repository
2015-10-18 12:22:07 -04:00

8 lines
283 B
PHP

<?php
if(!defined("IN_GS")){ die("you cannot load this page directly."); }
header("Content-Type: application/rss+xml");
header("Content-Type: application/xhtml+xml");
header("Content-Type: application/rss+xml");
header("Content-Type: text/xml");
tide_rss_feed($_GET["page"]);