This commit is contained in:
Karl Burkhart
2012-10-25 08:04:56 +00:00
parent a3cbbdde7b
commit 03c553f5a0
+1 -1
View File
@@ -41,7 +41,7 @@ if(!$coodle->load($coodle_id))
// Überprüfen ob Coodle Status laufend hat
if(!$coodle->checkStatus($coodle_id))
die('Umfrage ist schon beendet oder noch nicht gestartet');
die('Umfrage ist nicht mehr gültig');
// authentifizierung
if(!isset($_GET['zugangscode']))