mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
Fixed Multi-user system
This commit is contained in:
parent
847f57686e
commit
4d99bae893
4 changed files with 128 additions and 1 deletions
|
@ -66,6 +66,10 @@ if (isset($_GET['login'])) {
|
|||
} elseif (isset($_GET['config'])) {
|
||||
# Update password
|
||||
$poche->updatePassword();
|
||||
} elseif (isset($_GET['newuser'])) {
|
||||
$poche->createNewUser();
|
||||
} elseif (isset($_GET['deluser'])) {
|
||||
$poche->deleteUser();
|
||||
} elseif (isset($_GET['import'])) {
|
||||
$import = $poche->import();
|
||||
$tpl_vars = array_merge($tpl_vars, $import);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue