From cc55a45f4bad24d5921b4575389650e93efe6605 Mon Sep 17 00:00:00 2001 From: zach Date: Mon, 14 Jul 2008 04:07:41 -0400 Subject: Second shot at figuring out action dispatch for Twitter-compatible API darcs-hash:20080714080741-ca946-1b2f8c026f433e27a30abc104ca2dba11b9b662e.gz --- actions/api_public_timeline.php | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 actions/api_public_timeline.php (limited to 'actions/api_public_timeline.php') diff --git a/actions/api_public_timeline.php b/actions/api_public_timeline.php deleted file mode 100644 index 677ddf422..000000000 --- a/actions/api_public_timeline.php +++ /dev/null @@ -1,31 +0,0 @@ -. - */ - -if (!defined('LACONICA')) { exit(1); } - -# This naming convention looks real sick -class Api_public_timelineAction extends Action { - - function handle($args) { - parent::handle($args); - - print "Public Timeline!\n"; - exit(); - } -} \ No newline at end of file -- cgit v1.2.3-54-g00ecf