diff --git a/lam/templates/config/mainlogin.php b/lam/templates/config/mainlogin.php new file mode 100644 index 00000000..1dee09c0 --- /dev/null +++ b/lam/templates/config/mainlogin.php @@ -0,0 +1,141 @@ +password)) { + $_SESSION["mainconf_password"] = $_POST['passwd']; + metaRefresh("mainmanage.php"); + exit(); + } + else { + $message = _("The password is invalid! Please try again."); + } +} + + +echo $_SESSION['header']; + +?> + +
+ +
+