Update log_backups.php
This commit is contained in:
@@ -54,7 +54,7 @@ if($perms[2]!=="1"){
|
|||||||
}
|
}
|
||||||
asort($fileCreationTimes);
|
asort($fileCreationTimes);
|
||||||
// Loop through each file and print its name
|
// Loop through each file and print its name
|
||||||
foreach ($fileCreationTimes as $file) {
|
foreach ($fileCreationTimes as $file=> $creationTime) {
|
||||||
echo("<tr><td>".basename($file)."</td><td><a href='/backup/".basename($file)."' download>Download</a></td></tr>");
|
echo("<tr><td>".basename($file)."</td><td><a href='/backup/".basename($file)."' download>Download</a></td></tr>");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user