diff options
Diffstat (limited to 'engine/handlers/action_handler.php')
-rw-r--r-- | engine/handlers/action_handler.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engine/handlers/action_handler.php b/engine/handlers/action_handler.php index 52c1a2633..f99e1efdc 100644 --- a/engine/handlers/action_handler.php +++ b/engine/handlers/action_handler.php @@ -12,7 +12,6 @@ /** * Load Elgg framework */ -define('externalpage',true); require_once("../start.php"); $action = get_input("action"); action($action);
\ No newline at end of file |