Skip to content

Commit

Permalink
Merge pull request #443 from pi-hole/fix/teleporter
Browse files Browse the repository at this point in the history
Bugfix: Teleporter Export feature
  • Loading branch information
PromoFaux authored Mar 14, 2017
2 parents ca8f440 + 222343a commit 1355e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@ function convertseconds($argument) {
<form role="form" method="post" id="takeoutform" action="scripts/pi-hole/php/teleporter.php" target="_blank" enctype="multipart/form-data">
<div class="col-lg-12">
<p>Export your Pi-hole lists as downloadable ZIP file</p>
<button type="submit" class="btn btn-default" name="action" value="out">Export</button>
<button type="submit" class="btn btn-default">Export</button>
<hr>
</div>
<div class="col-lg-6">
Expand Down

0 comments on commit 1355e6a

Please sign in to comment.