mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 06:07:32 +02:00
New file
This commit is contained in:
13
e107_files/e_url/core/user/main.php
Normal file
13
e107_files/e_url/core/user/main.php
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
function url_user_main($parms)
|
||||||
|
{
|
||||||
|
switch($parms['func'])
|
||||||
|
{
|
||||||
|
case 'profile':
|
||||||
|
return e_HTTP.'user.php?id.'.$parms['id'];
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
?>
|
Reference in New Issue
Block a user