diff options
Diffstat (limited to 'engine/handlers/action_handler.php')
-rw-r--r-- | engine/handlers/action_handler.php | 33 |
1 files changed, 15 insertions, 18 deletions
diff --git a/engine/handlers/action_handler.php b/engine/handlers/action_handler.php index 4878084ad..52c1a2633 100644 --- a/engine/handlers/action_handler.php +++ b/engine/handlers/action_handler.php @@ -1,21 +1,18 @@ <?php - /** - * Elgg action handler - * - * @package Elgg - * @subpackage Core +/** + * Elgg action handler + * + * @package Elgg + * @subpackage Core + * @author Curverider Ltd + * @link http://elgg.org/ + */ - * @author Curverider Ltd - - * @link http://elgg.org/ - */ - /** - * Load Elgg framework - */ - define('externalpage',true); - require_once("../start.php"); - $action = get_input("action"); - action($action); - -?> +/** + * Load Elgg framework + */ +define('externalpage',true); +require_once("../start.php"); +$action = get_input("action"); +action($action);
\ No newline at end of file |