Skip to content

Commit

Permalink
fix(settings.php): remove duplicate setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahwxorg committed Jun 11, 2024
1 parent 7fe31b3 commit 3f26e88
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,6 @@
?>
</select>
</div>
<div>
<label><?php printtext("settings_number_of_results");?></label>
<input type="number" name="number_of_results" value="<?php echo htmlspecialchars($opts->number_of_results ?? "10") ?>" >
</div>
</div>
<div>
<label><?php printtext("settings_safe_search");?></label>
Expand Down

0 comments on commit 3f26e88

Please sign in to comment.