Elgg  Version 1.11
action_handler.php
Go to the documentation of this file.
1 <?php
16 require_once(dirname(dirname(__FILE__)) . "/start.php");
17 
18 register_error("Update your .htaccess file to remove the action handler");
19 
20 $action = get_input("action");
get_input($variable, $default=null, $filter_result=true)
Get some input from variables passed submitted through GET or POST.
Definition: input.php:27
$action
elgg register_error
Wrapper function for system_messages.
Definition: elgglib.js:383
elgg action
Definition: ajax.js:197