Elgg  Version 6.3
Variables
ban.php File Reference

Go to the source code of this file.

Variables

 $guid = (int) get_input('guid')
 Bans a user. More...
 
 $user = get_user($guid)
 

Variable Documentation

◆ $guid

$guid = (int) get_input('guid')

Bans a user.

Definition at line 6 of file ban.php.

◆ $user

$user = get_user($guid)
Examples
/root/Elgg/engine/lib/views.php.

Definition at line 7 of file ban.php.