mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-26 19:29:58 +03:00
- new features : multipages users list. The list can be ordered by id (same
effect than registration date) or by username. On each line, you can access properties and permissions for the user git-svn-id: http://piwigo.org/svn/trunk@709 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
54e615890c
commit
da60b94ca0
5 changed files with 183 additions and 2 deletions
|
@ -36,6 +36,10 @@ if (isset($_POST['submituser']))
|
|||
{
|
||||
$userdata = getuserdata($_POST['username']);
|
||||
}
|
||||
else if (isset($_GET['user_id']))
|
||||
{
|
||||
$userdata = getuserdata(intval($_GET['user_id']));
|
||||
}
|
||||
else if (isset($_POST['falsify'])
|
||||
and isset($_POST['cat_true'])
|
||||
and count($_POST['cat_true']) > 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue