bugfix
git-svn-id: svn://svn.cccv.de/engel-system@60 29ba0400-6e00-0410-a75a-ca02368028f8
This commit is contained in:
parent
87f91a37f4
commit
0be1122047
|
@ -71,7 +71,7 @@ else
|
||||||
}
|
}
|
||||||
|
|
||||||
include ("./inc/header.php");
|
include ("./inc/header.php");
|
||||||
if( isset($ErrorText)
|
if( isset($ErrorText))
|
||||||
echo "<h2>". Get_Text($ErrorText). "</h2><br>\n";
|
echo "<h2>". Get_Text($ErrorText). "</h2><br>\n";
|
||||||
include ("./inc/login_eingabefeld.php");
|
include ("./inc/login_eingabefeld.php");
|
||||||
include ("./inc/footer.php");
|
include ("./inc/footer.php");
|
||||||
|
|
Loading…
Reference in New Issue