Update extension_imports.php
This commit is contained in:
parent
fefe95a864
commit
e0617302dc
|
|
@ -328,7 +328,7 @@
|
|||
}
|
||||
|
||||
//send the redirect header
|
||||
header("Location: ../extensions/extensions.php");
|
||||
header("Location: extensions.php");
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
@ -344,7 +344,7 @@
|
|||
echo " ".$text['description-import']."\n";
|
||||
echo " </td>\n";
|
||||
echo " <td valign='top' width='70%' align='right'>\n";
|
||||
echo " <input type='button' class='btn' name='' alt='".$text['button-back']."' onclick=\"window.location='../extensions/extensions.php?".$_GET["query_string"]."'\" value='".$text['button-back']."'>\n";
|
||||
echo " <input type='button' class='btn' name='' alt='".$text['button-back']."' onclick=\"window.location='extensions.php?".$_GET["query_string"]."'\" value='".$text['button-back']."'>\n";
|
||||
//echo " <input name='submit' type='submit' class='btn' id='import' value=\"".$text['button-import']."\">\n";
|
||||
echo " </td>\n";
|
||||
echo " </tr>\n";
|
||||
|
|
|
|||
Loading…
Reference in New Issue