summaryrefslogtreecommitdiffstats
path: root/pages/content/Login.xml
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2006-09-19 00:53:00 +0200
committerneoraider <devnull@localhost>2006-09-19 00:53:00 +0200
commite5a1418503a1b0f7d20a0c5c51d44f10a881411a (patch)
treefc2e19d958382a93e778faecfd6db300d4e6cfea /pages/content/Login.xml
parent2390cba867a49e96156e9cf57cbf591182f98bd7 (diff)
downloadneon-e5a1418503a1b0f7d20a0c5c51d44f10a881411a.tar
neon-e5a1418503a1b0f7d20a0c5c51d44f10a881411a.zip
Interne Modulverwaltung neu geschrieben;
Basis modularisiert; das gesamte System an die neue Modulverwaltung angepasst.
Diffstat (limited to 'pages/content/Login.xml')
-rw-r--r--pages/content/Login.xml5
1 files changed, 1 insertions, 4 deletions
diff --git a/pages/content/Login.xml b/pages/content/Login.xml
index 3f69400..6bbaf7c 100644
--- a/pages/content/Login.xml
+++ b/pages/content/Login.xml
@@ -11,10 +11,7 @@
<![CDATA[
<?PHP
if($_POST['name'] && $_POST['password'] && $_POST['page']) {
- require_once('code/user.inc.php');
- require_once('code/links.inc.php');
- require_once('code/message.inc.php');
- require_once('code/util.inc.php');
+ Uses('user', 'links', 'message', 'util');
if($GLOBALS['user']->Login(Unquote($_POST['name']), Unquote($_POST['password']))) {
header('Location: ' . $GLOBALS['links']->GetNeonLink($_POST['page'], null, false));