mirror of
https://github.com/e107inc/e107.git
synced 2025-10-18 08:17:08 +02:00
Administrators management ready; other admin fixes/improvements
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
function url_user_main($parms)
|
||||
{
|
||||
switch($parms['func'])
|
||||
switch(varsettrue($parms['func'], 'profile'))
|
||||
{
|
||||
case 'profile':
|
||||
return e_HTTP.'user.php?id.'.$parms['id'];
|
||||
|
Reference in New Issue
Block a user