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:
@@ -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");
|
||||
|
||||
?>
|
||||
?>
|
||||
|
Reference in New Issue
Block a user