Remove unnecessary check (from a lazy copy/paste)

This commit is contained in:
moodler
2003-05-19 03:03:34 +00:00
parent 8c5b0c41bb
commit 17ec8eb684
-2
View File
@@ -234,8 +234,6 @@
$options[0] = "file.php?file=/pic.jpg";
$options[1] = "file.php/pic.jpg";
$installed = check_gd_version();
choose_from_menu ($options, "slasharguments", $config->slasharguments, "", "", "");
?>
</td>