Subversion Repositories personal-webbase

Rev

Rev 12 | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12 Rev 14
1
<?php
1
<?php
2
 
2
 
3
if (!defined('IBLEGAL')) die('Kann nicht ohne Personal WebBase ausgef&uuml;hrt werden.');
3
if (!defined('WBLEGAL')) die('Kann nicht ohne Personal WebBase ausgef&uuml;hrt werden.');
4
 
4
 
5
?><html>
5
?><html>
6
<body>
6
<body>
7
 
7
 
8
<form method="post" name="loginForm" action="modules/<?php echo $modul; ?>/system/index.php">
8
<form method="post" name="loginForm" action="modules/<?php echo $modul; ?>/system/index.php">
9
  <input type="hidden" name="user_id" value="<?php echo $id; ?>">
9
  <input type="hidden" name="user_id" value="<?php echo $id; ?>">
10
  <input type="hidden" name="login" value="Login">
10
  <input type="hidden" name="login" value="Login">
11
</FORM>
11
</FORM>
12
 
12
 
13
Bitte warten...<br><br>
13
Bitte warten...<br><br>
14
 
14
 
15
<script language="JavaScript" type="text/javascript">
15
<script language="JavaScript" type="text/javascript">
16
<!--
16
<!--
17
  document.loginForm.submit();
17
  document.loginForm.submit();
18
// -->
18
// -->
19
</script>
19
</script>
20
 
20
 
21
</body>
21
</body>
22
 
22
 
23
</html>
23
</html>
24
 
24