staticbits.thefnf.org/fnf2014/js/jsor-jcarousel-7bb2e0a/examples/special_textscroller.php
2022-09-27 00:51:15 -05:00

15 lines
204 B
PHP

<?php
header('Content-Type: text/xml; charset: utf-'.'8');
if (!isset($_GET['feed'])) {
exit;
}
if (strpos($_GET['feed'], 'http://') !== 0) {
exit;
}
echo file_get_contents($_GET['feed']);
?>