Register Globals fix

This commit is contained in:
Andreas Österreicher
2011-09-05 11:30:37 +00:00
parent bbe04af916
commit 801bbe30fe
+1 -1
View File
@@ -134,7 +134,7 @@ $stsem = $stsem_obj->getaktorNext();
//echo '<span class="error">ACHTUNG: Der Studentenupload steht nur noch bis zum Ende des Wintersemesters 2008 zur Verfügung</span><br><br>';
echo "<form accept-charset=\"UTF-8\" method=\"POST\" action=\"lector_choice.php?lvid=$lvid\" enctype=\"multipart/form-data\" onSubmit=\"return ConfirmDir(this);\">";
if(isset($delete_dir))
if(isset($_POST['delete_dir']))
{
if(@is_dir($openpath))
{