kleine constant Fehler geändert

This commit is contained in:
aschwarz
2023-02-27 10:16:06 +01:00
parent 4da9105a06
commit 0cf74e9297
4 changed files with 36 additions and 36 deletions

View File

@ -32,7 +32,7 @@ else
switch($action){
default:
$vert1 = $_COOKEI[ck_vert1];
$vert1 = $_COOKEI['ck_vert1'];
$db = dbconnect();
include("kurs/sta/stan_soadmonline_write.php"); // Für Statistik, wieviele User online sind
@ -649,4 +649,4 @@ if ($sql) // Bestätigungsseite bei Erfolg sonst Nichterfolgsmeldung
}
} //Ende Action Abfrage
?>
?>