mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 08:55:54 +00:00
- replaced comments in german
This commit is contained in:
parent
e512914aaf
commit
b05ab85ecc
|
@ -35,7 +35,7 @@ if (!$user->isAdmin()) {
|
|||
if (isset($_POST["action"])) $action=$_POST["action"];
|
||||
else $action=NULL;
|
||||
|
||||
//Neuen Benutzer anlegen --------------------------------------------------------------------------
|
||||
// add new user ---------------------------------------------------------
|
||||
if ($action == "adduser") {
|
||||
|
||||
/* Check if the form data comes for a trusted request */
|
||||
|
@ -107,7 +107,7 @@ if ($action == "adduser") {
|
|||
add_log_line(".php&action=adduser&login=".$login);
|
||||
}
|
||||
|
||||
//Benutzer löschen --------------------------------------------------------------------------------
|
||||
// delete user ------------------------------------------------------------
|
||||
else if ($action == "removeuser") {
|
||||
|
||||
/* Check if the form data comes for a trusted request */
|
||||
|
@ -145,7 +145,7 @@ else if ($action == "removeuser") {
|
|||
$userid=-1;
|
||||
}
|
||||
|
||||
//Benutzer bearbeiten -----------------------------------------------------------------------------
|
||||
// modify user ------------------------------------------------------------
|
||||
else if ($action == "edituser") {
|
||||
|
||||
/* Check if the form data comes for a trusted request */
|
||||
|
|
Loading…
Reference in New Issue
Block a user