"; echo "
Vote löschen

"; if (!$username) { echo "
Sie haben keine Berechtigung zur Administration.

\n"; echo "
"; footer_show("footer.inc.php"); exit; } echo ""; echo "
"; $tag=opendir($votes_pfad); while (false != ($datei = readdir($tag))) { if($datei != "." && $datei != ".." && last(3,$datei) == "txt" && first(strlen($username),$datei)==$username) { $temp = $datei . "|" .$temp; } } $dateien = explode("|",$temp); foreach($dateien as $file) { if ($file) { echo "".get($votes_pfad . "/" . $file,"!Frage") . "
"; } } echo "
"; echo "

Zurück"; echo ""; footer_show("footer.inc.php"); exit; ?>