mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 13:17:24 +02:00
Reflect system logging viewer
This commit is contained in:
@@ -18,9 +18,10 @@ if (getperms('0'))
|
|||||||
$text .= "<li>{$datestamp} - {$row['dblog_title']}</li>";
|
$text .= "<li>{$datestamp} - {$row['dblog_title']}</li>";
|
||||||
}
|
}
|
||||||
$text .= ($cnt ? "</ul>" : "");
|
$text .= ($cnt ? "</ul>" : "");
|
||||||
$text .= "[ <a href='".e_ADMIN."admin_log.php?logall'>".ADLAN_117."</a> ]";
|
$text .= "[ <a href='".e_ADMIN."admin_log.php?adminlog'>".ADLAN_117."</a> ]";
|
||||||
|
$text .= "<br />[ <a href='".e_ADMIN."admin_log.php?config'>".ADLAN_118."</a> ]";
|
||||||
|
|
||||||
$text .= "<br />[ <a href='".e_ADMIN."admin_log.php?purge' onclick=\"return jsconfirm('".LAN_CONFIRMDEL."')\">".ADLAN_118."</a> ]\n";
|
// $text .= "<br />[ <a href='".e_ADMIN."admin_log.php?purge' onclick=\"return jsconfirm('".LAN_CONFIRMDEL."')\">".ADLAN_118."</a> ]\n";
|
||||||
|
|
||||||
$text .= "</div>";
|
$text .= "</div>";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user