summaryrefslogtreecommitdiff
path: root/www-ssl/nonpublic/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'www-ssl/nonpublic/index.php')
-rwxr-xr-xwww-ssl/nonpublic/index.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/www-ssl/nonpublic/index.php b/www-ssl/nonpublic/index.php
index 45f28f8f..99835624 100755
--- a/www-ssl/nonpublic/index.php
+++ b/www-ssl/nonpublic/index.php
@@ -71,7 +71,8 @@ else
}
include ("./inc/header.php");
-echo "<h2>". Get_Text($ErrorText). "</h2><br>\n";
+if( isset($ErrorText)
+ echo "<h2>". Get_Text($ErrorText). "</h2><br>\n";
include ("./inc/login_eingabefeld.php");
include ("./inc/footer.php");