mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-13 13:11:31 +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"];
|
if (isset($_POST["action"])) $action=$_POST["action"];
|
||||||
else $action=NULL;
|
else $action=NULL;
|
||||||
|
|
||||||
//Neuen Benutzer anlegen --------------------------------------------------------------------------
|
// add new user ---------------------------------------------------------
|
||||||
if ($action == "adduser") {
|
if ($action == "adduser") {
|
||||||
|
|
||||||
/* Check if the form data comes for a trusted request */
|
/* 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);
|
add_log_line(".php&action=adduser&login=".$login);
|
||||||
}
|
}
|
||||||
|
|
||||||
//Benutzer löschen --------------------------------------------------------------------------------
|
// delete user ------------------------------------------------------------
|
||||||
else if ($action == "removeuser") {
|
else if ($action == "removeuser") {
|
||||||
|
|
||||||
/* Check if the form data comes for a trusted request */
|
/* Check if the form data comes for a trusted request */
|
||||||
|
@ -145,7 +145,7 @@ else if ($action == "removeuser") {
|
||||||
$userid=-1;
|
$userid=-1;
|
||||||
}
|
}
|
||||||
|
|
||||||
//Benutzer bearbeiten -----------------------------------------------------------------------------
|
// modify user ------------------------------------------------------------
|
||||||
else if ($action == "edituser") {
|
else if ($action == "edituser") {
|
||||||
|
|
||||||
/* Check if the form data comes for a trusted request */
|
/* Check if the form data comes for a trusted request */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user