You are here

special_textscroller.php in jCarousel 6

File

jcarousel/examples/special_textscroller.php
View source
<?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']);