Skip to content

Commit 63f5c12

Browse files
committed
Update backups.blade.php
1 parent 0ad7c44 commit 63f5c12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/panel/backups.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<hp>The server will never store more that two backups at a time.</hp><br><br><br>
3232
<?php
3333
$test="test";
34-
if ($handle = opendir('storage/updater-backups')) {
34+
if ($handle = opendir('backups/updater-backups')) {
3535
while (false !== ($entry = readdir($handle))) {
3636
if ($entry != "." && $entry != "..") {
3737
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>';

0 commit comments

Comments
 (0)