aboutsummaryrefslogtreecommitdiff
path: root/start.php
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2010-05-25 07:39:47 -0400
committerCash Costello <cash.costello@gmail.com>2010-05-25 07:39:47 -0400
commitbfcd3e087980e48b5b908fd30cf2e9b1aa3726e4 (patch)
tree9dc3d2424902da2863c69bd6fe175c5ceb7a8003 /start.php
parenta19ccb50eed9be0aab45cb72ee367fb3cbd47ab2 (diff)
downloadelgg-bfcd3e087980e48b5b908fd30cf2e9b1aa3726e4.tar.gz
elgg-bfcd3e087980e48b5b908fd30cf2e9b1aa3726e4.tar.bz2
Updated the RSS for language file and added files missing from previous commits
Diffstat (limited to 'start.php')
-rw-r--r--start.php9
1 files changed, 0 insertions, 9 deletions
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');