From dadb3f7fbb515ca5e098d8c4f78b45a837db588d Mon Sep 17 00:00:00 2001 From: dechutes Date: Sun, 29 Jun 2003 11:16:03 +0000 Subject: [PATCH] inserted correct html header --- lam/templates/lists/listusers.php | 9 +++++++++ 1 file changed, 9 insertions(+) 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";