From eb565e33569541981713c24d643ff89517db237c Mon Sep 17 00:00:00 2001 From: brettp Date: Wed, 14 Oct 2009 21:36:23 +0000 Subject: Standardized engine/handlers/* git-svn-id: http://code.elgg.org/elgg/trunk@3545 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/handlers/action_handler.php | 33 +++++++++++++++------------------ 1 file changed, 15 insertions(+), 18 deletions(-) (limited to 'engine/handlers/action_handler.php') 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 @@ +/** + * Load Elgg framework + */ +define('externalpage',true); +require_once("../start.php"); +$action = get_input("action"); +action($action); \ No newline at end of file -- cgit v1.2.3