mirror of
https://github.com/e107inc/e107.git
synced 2025-03-14 01:19:44 +01:00
Reflect system logging viewer
This commit is contained in:
parent
91192b97cd
commit
401e4c6c9e
@ -18,9 +18,10 @@ if (getperms('0'))
|
||||
$text .= "<li>{$datestamp} - {$row['dblog_title']}</li>";
|
||||
}
|
||||
$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>";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user