All Database adding and Tweet retrieving functions
[Anonymous-Twitter-Board.git] / index.php
blob2ef3d98a9ec8824fdfe95fa20f300e8dc96b617c
1 <html>
2 <head></head>
3 <body>
4 <?php
5 require("class/twitter-connection.php");
6 $connection = new TwitterConnection();
7 $connection->retrieveTimeline();
8 ?>
9 </body>
10 </html>