Skip to content

Commit

Permalink
archive_tweets.php doesn't actually talk to Twitter directly, only th…
Browse files Browse the repository at this point in the history
…e cache.
  • Loading branch information
icculus committed Jul 18, 2014
1 parent fedeb93 commit a5d501b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions archive_tweets.php
@@ -1,8 +1,8 @@
<?php

session_start();
require_once('twitteroauth/twitteroauth.php');
require_once('config.php');
//require_once('twitteroauth/twitteroauth.php');
//require_once('config.php');

header('Content-Type: text/plain; charset="utf-8"');

Expand Down

0 comments on commit a5d501b

Please sign in to comment.