Skip to content

Commit

Permalink
Update backups.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianPrieber committed Jun 16, 2022
1 parent 0ad7c44 commit 63f5c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/panel/backups.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<hp>The server will never store more that two backups at a time.</hp><br><br><br>
<?php
$test="test";
if ($handle = opendir('storage/updater-backups')) {
if ($handle = opendir('backups/updater-backups')) {
while (false !== ($entry = readdir($handle))) {
if ($entry != "." && $entry != "..") {
echo '<div class="button-entrance"><a class="buttondm button-hover icon-hover" style="color:#ffffff; background-color:#000;" href="' . url()->current() . '/?' . $entry . '"><i style="color: " class="icon hvr-icon fa fa-download"></i>&nbsp; '; print_r($entry); echo '</a></div><br>';
Expand Down

0 comments on commit 63f5c12

Please sign in to comment.