working version
[Anonymous-Twitter-Board.git] / fetch.php
blob4a66bc75430198498fc645026e6af6376611ac52
1 <html>
2 <head></head>
3 <body>
4 <?php
5 require("class/twitter-connection.php");
6 $connection = new TwitterConnection();
7 $connection->retrieveTimeline();
9 echo "<pre>";
10 $connection->deleteExpiredEntries();
11 echo "</pre>";
13 </body>
14 </html>