From bfcd3e087980e48b5b908fd30cf2e9b1aa3726e4 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Tue, 25 May 2010 07:39:47 -0400 Subject: Updated the RSS for language file and added files missing from previous commits --- start.php | 9 --------- 1 file changed, 9 deletions(-) (limited to 'start.php') diff --git a/start.php b/start.php index 015fd3b1e..7adc0f733 100644 --- a/start.php +++ b/start.php @@ -27,15 +27,6 @@ function opensearch_init() { function opensearch_handler($page) { global $CONFIG; - // file path to the page scripts - $base_path = $CONFIG->pluginspath . 'opensearch'; - - if (!isset($page[0])) { - require "$base_path/search.php"; - return TRUE; - } - - // select page based on first URL element after /pg/hello/ switch ($page[0]) { case 'osd.xml': elgg_set_viewtype('xml'); -- cgit v1.2.3