1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

Update admin.php

This commit is contained in:
Gábor
2017-01-09 08:27:46 +01:00
committed by GitHub
parent 49c611f68e
commit 65a64e71c9

View File

@@ -507,7 +507,7 @@ class admin_start
$frm = e107::getForm();
$text = $frm->open('deprecatedFiles', 'post');
$text .= "The following old files can be safely deleted from your system: ";
$text .= ADLAN_186;
$text .= "<ul><li>".implode("</li><li>", $found)."</li></ul>";
$text .= $frm->button('delete-deprecated',LAN_DELETE,'delete');
@@ -759,4 +759,4 @@ function log_request()
require_once("footer.php");
?>
?>