Elgg
Version 1.9
engine
handlers
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"
);
21
action
(
$action
);
$action
$action
Definition:
action_handler.php:20
register_error
register_error($error)
Display an error on next page load.
Definition:
elgglib.php:605
get_input
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 button elgg button action
Definition:
admin.php:528
Generated on Wed Aug 13 2025 00:00:21 for Elgg by
1.9.1