Update backups.blade.php

This commit is contained in:
Julian Prieber 2022-06-16 13:59:11 +02:00
parent 0ad7c44b3d
commit 63f5c12ed8
1 changed files with 1 additions and 1 deletions

View File

@ -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>';