From 415243607829013d91b23b40608507fcd76b307b Mon Sep 17 00:00:00 2001 From: neoraider Date: Thu, 13 Apr 2006 00:45:02 +0000 Subject: Seiten-Verwaltung vollkommen ?berarbeitet. --- pages/Login.c.xml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 pages/Login.c.xml (limited to 'pages/Login.c.xml') diff --git a/pages/Login.c.xml b/pages/Login.c.xml new file mode 100644 index 0000000..5175136 --- /dev/null +++ b/pages/Login.c.xml @@ -0,0 +1,32 @@ + + + + Login + + 01 + c + + + + Login(Unquote($_POST['name']), Unquote($_POST['password']))) { + header('Location: ' . $GLOBALS['links']->GetNeonLink($_POST['page'], null, false)); + exit(); + } + } + + $title = Message('Error'); + + echo '' . Message('LoginError') . ''; +?> + ]]> + + + -- cgit v1.2.3