// block non-admin users
admin_gatekeeper();
-// Validate the action
-action_gatekeeper();
-
// Get the plugin
$plugin = get_input('plugin');
if (!is_array($plugin)) {
// block non-admin users
admin_gatekeeper();
-// Validate the action
-action_gatekeeper();
-
$plugins = get_installed_plugins();
foreach ($plugins as $p => $data) {
// block non-admin users
admin_gatekeeper();
-// Validate the action
-action_gatekeeper();
-
// Get the plugin
$plugin = get_input('plugin');
if (!is_array($plugin)) {
// block non-admin users
admin_gatekeeper();
-// Validate the action
-action_gatekeeper();
-
$plugins = get_installed_plugins();
foreach ($plugins as $p => $data) {
// block non-admin users
admin_gatekeeper();
-// Validate the action
-action_gatekeeper();
-
// Get the plugin
$mod = get_input('plugin');
$mod = str_replace('.','',$mod);
// block non-admin users
admin_gatekeeper();
-action_gatekeeper();
if (get_input('settings') == 'go') {
if (datalist_get('default_site')) {
forward($_SERVER['HTTP_REFERER']);
exit;
}
-}
\ No newline at end of file
+}
// block non-admin users
admin_gatekeeper();
-action_gatekeeper();
// Get the user
$guid = get_input('guid');
// block non-admin users
admin_gatekeeper();
-action_gatekeeper();
// Get the user
$guid = get_input('guid');
// block non-admin users
admin_gatekeeper();
-action_gatekeeper();
// Get the user
$guid = get_input('guid');
// block non-admin users
admin_gatekeeper();
-action_gatekeeper();
// Get the user
$guid = get_input('guid');
// block non-admin users
admin_gatekeeper();
-action_gatekeeper();
// Get the user
$guid = get_input('guid');
// block non-admin users
admin_gatekeeper();
-action_gatekeeper();
$access_status = access_get_show_hidden_status();
access_show_hidden_entities(true);
// Make sure we're logged in; forward to the front page if not
gatekeeper();
-action_gatekeeper();
// Get input
$entity_guid = (int) get_input('entity_guid');
add_to_river('annotation/annotate','comment',$user->guid,$entity->guid, "", 0, $annotation);
// Forward to the entity page
-forward($entity->getURL());
\ No newline at end of file
+forward($entity->getURL());
// Ensure we are logged in
gatekeeper();
-action_gatekeeper();
// Get the GUID of the user to friend
$friend_guid = get_input('friend');
//must be logged in
gatekeeper();
-action_gatekeeper();
$collection_name = get_input('collection_name');
$friends = get_input('friends_collection');
// Ensure we are logged in
gatekeeper();
-action_gatekeeper();
// Get the GUID of the user to friend
$friend_guid = get_input('friend');
// Safety
admin_gatekeeper();
-action_gatekeeper();
// Get input
$data = get_input('data', '', false);
register_error(elgg_echo('importfail'));
}
-forward($_SERVER['HTTP_REFERER']);
\ No newline at end of file
+forward($_SERVER['HTTP_REFERER']);
* @link http://elgg.org/
*/
-// Safety first
-action_gatekeeper();
-
// Get username and password
$username = get_input('username');
$password = get_input("password");
} else {
register_error(elgg_echo('loginerror'));
}
-}
\ No newline at end of file
+}
$plugin = get_input('plugin');
gatekeeper();
-action_gatekeeper();
$result = false;
}
system_message(sprintf(elgg_echo('plugins:settings:save:ok'), $plugin));
-forward($_SERVER['HTTP_REFERER']);
\ No newline at end of file
+forward($_SERVER['HTTP_REFERER']);
$plugin = get_input('plugin');
gatekeeper();
-action_gatekeeper();
$result = false;
}
system_message(sprintf(elgg_echo('plugins:usersettings:save:ok'), $plugin));
-forward($_SERVER['HTTP_REFERER']);
\ No newline at end of file
+forward($_SERVER['HTTP_REFERER']);
global $CONFIG;
-action_gatekeeper();
-
// Get variables
$username = get_input('username');
$password = get_input('password');
global $CONFIG;
-action_gatekeeper();
-
$username = get_input('username');
$access_status = access_get_show_hidden_status();
*/
admin_gatekeeper(); // Only admins can add a user
-action_gatekeeper();
// Get variables
global $CONFIG;
global $CONFIG;
gatekeeper();
-action_gatekeeper();
trigger_plugin_hook('usersettings:save','user');
* @link http://elgg.org/
*/
-action_gatekeeper();
-
$guid = get_input('guid');
$params = $_REQUEST['params'];
$pageurl = get_input('pageurl');
if (!$noforward) {
forward($_SERVER['HTTP_REFERER']);
-}
\ No newline at end of file
+}