diff --git a/lam/templates/lists/listusers.php b/lam/templates/lists/listusers.php index be614e62..d733abe9 100644 --- a/lam/templates/lists/listusers.php +++ b/lam/templates/lists/listusers.php @@ -31,9 +31,16 @@ include_once ("../../lib/status.inc"); session_save_path("../../sess"); @session_start(); +setlanguage(); + // copy HTTP-GET variables to HTTP-POST $_POST = $_POST + $_GET; +// insert header for html file +echo "\n"; +echo "\n"; + // check if button was pressed and if we have to add/delete a user if ($_POST['new_user'] || $_POST['del_user']){ // add new user @@ -51,6 +58,8 @@ if ($_POST['new_user'] || $_POST['del_user']){ exit; } + + echo "listusers\n"; echo "\n"; echo "\n";