aboutsummaryrefslogtreecommitdiff
path: root/action_handler.php
diff options
context:
space:
mode:
Diffstat (limited to 'action_handler.php')
-rw-r--r--action_handler.php20
1 files changed, 0 insertions, 20 deletions
diff --git a/action_handler.php b/action_handler.php
deleted file mode 100644
index e78d6fca0..000000000
--- a/action_handler.php
+++ /dev/null
@@ -1,20 +0,0 @@
-<?php
-
- /**
- * Elgg action handler
- *
- * @package Elgg
- * @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
- * @author Curverider Ltd
- * @copyright Curverider Ltd 2008
- * @link http://elgg.org/
- */
- /**
- * Load Elgg framework
- */
- require_once(dirname(__FILE__) . "/engine/start.php");
- $action = get_input("action");
- action($action);
-
-?>