mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 12:20:44 +02:00
Update admin.php
This commit is contained in:
@@ -507,7 +507,7 @@ class admin_start
|
|||||||
$frm = e107::getForm();
|
$frm = e107::getForm();
|
||||||
|
|
||||||
$text = $frm->open('deprecatedFiles', 'post');
|
$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 .= "<ul><li>".implode("</li><li>", $found)."</li></ul>";
|
||||||
|
|
||||||
$text .= $frm->button('delete-deprecated',LAN_DELETE,'delete');
|
$text .= $frm->button('delete-deprecated',LAN_DELETE,'delete');
|
||||||
@@ -759,4 +759,4 @@ function log_request()
|
|||||||
|
|
||||||
require_once("footer.php");
|
require_once("footer.php");
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
Reference in New Issue
Block a user