File "server.php"

Full Path: /var/www/vhosts/hogsandbbqs.co.uk/httpdocs/svg/test/php/server.php
File size: 173 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

require_once('tweetie.php');

$api = new Tweetie();
$tweets = $api->fetch($_GET['type'], $_GET['params']);

header('Content-Type: application/json');

exit($tweets);