We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ad7c44 commit 63f5c12Copy full SHA for 63f5c12
resources/views/panel/backups.blade.php
@@ -31,7 +31,7 @@
31
<hp>The server will never store more that two backups at a time.</hp><br><br><br>
32
<?php
33
$test="test";
34
- if ($handle = opendir('storage/updater-backups')) {
+ if ($handle = opendir('backups/updater-backups')) {
35
while (false !== ($entry = readdir($handle))) {
36
if ($entry != "." && $entry != "..") {
37
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> '; print_r($entry); echo '</a></div><br>';
0 commit comments