Elgg
Version 1.9
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
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
);
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
$action
Definition:
action_handler.php:20
register_error
elgg register_error
Wrapper function for system_messages.
Definition:
elgglib.js:383
action
elgg action
Definition:
ajax.js:178
Generated on Mon Oct 14 2024 00:00:59 for Elgg by
1.8.11