dispatching is now done at the horde level by rampage.php
authorChuck Hagenbuch <chuck@horde.org>
Wed, 24 Dec 2008 19:18:53 +0000 (14:18 -0500)
committerChuck Hagenbuch <chuck@horde.org>
Wed, 24 Dec 2008 19:18:53 +0000 (14:18 -0500)
content/index.php [deleted file]

diff --git a/content/index.php b/content/index.php
deleted file mode 100644 (file)
index 8f57ebe..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-<?php
-
-require_once dirname(__FILE__) . '/lib/base.php';
-require_once $CONTENT_DIR . '/lib/Tags/Tagger.php';
-
-$request = new Horde_Controller_Request_Http();
-
-$mapper = new Horde_Routes_Mapper();
-require $CONTENT_DIR . '/config/routes.php';
-
-$context = array(
-    'mapper' => $mapper,
-    'controllerDir' => $CONTENT_DIR . '/app/controllers',
-    'viewsDir' => $CONTENT_DIR . '/app/views',
-    // 'logger' => '',
-);
-
-$dispatcher = Horde_Controller_Dispatcher::singleton($context);
-$dispatcher->dispatch($request);