aboutsummaryrefslogtreecommitdiff
path: root/start.php
diff options
context:
space:
mode:
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');