kleine constant Fehler geändert

This commit is contained in:
aschwarz
2023-03-14 08:08:06 +01:00
parent 1bf9923edf
commit c00fb6812e
20 changed files with 163 additions and 163 deletions

View File

@ -15,9 +15,9 @@ require_once "language/german.inc.php";
$action = $_GET['action'];
if($action == ''){
if(isset($_GET[error])){
if(isset($_GET['error'])){
$errorno = $_GET[error];
$errorno = $_GET['error'];
$smarty->assign('index_error', 1);