You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$result=$db->query("select date, user, message from log order by id desc limit ".$inf.", 10");
set_title("Activity log");
echo "<p>This page displays the application activity log. Each entry contains the date it was recorded, the username of the person who triggered the logging process, and a description.</p>";
echo "<p>Showing entries ".strval($inf+1)."-".$sup." of ".$total."</p>";