From c64952d0cda6a851c1595025684540ab55f50387 Mon Sep 17 00:00:00 2001 From: katagia Date: Sat, 7 Feb 2004 18:35:48 +0000 Subject: [PATCH] *** empty log message *** --- lam/templates/account/hostedit.php.new | 73 -------------------------- lam/templates/account/useredit.php.new | 71 ------------------------- 2 files changed, 144 deletions(-) delete mode 100644 lam/templates/account/hostedit.php.new delete mode 100644 lam/templates/account/useredit.php.new diff --git a/lam/templates/account/hostedit.php.new b/lam/templates/account/hostedit.php.new deleted file mode 100644 index 87328663..00000000 --- a/lam/templates/account/hostedit.php.new +++ /dev/null @@ -1,73 +0,0 @@ -load_account($DN); - } -else if (count($_POST)==0) { - $_SESSION['account'] = new accountContainer('host', 'account'); - $_SESSION['account']->new_account(); - } -$_SESSION['account']->continue_main($_POST); - -?> diff --git a/lam/templates/account/useredit.php.new b/lam/templates/account/useredit.php.new deleted file mode 100644 index d5143c05..00000000 --- a/lam/templates/account/useredit.php.new +++ /dev/null @@ -1,71 +0,0 @@ -load_account($DN); - } -else if (count($_POST)==0) { - $_SESSION['account'] = new accountContainer('user', 'account'); - $_SESSION['account']->new_account(); - } -$_SESSION['account']->continue_main($_POST); - -?>