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); - -?>