Quote:
Originally posted by The Keeper
also could someone tell me where the IP log viewing page is, so I can change it so it's only viewable by one member's name ?
|
Open your config.php and look at the end of it. The end of my file looks like this (insert the appropriate user id # in place of "XX"
Quote:
// which users are allowed to view the admin log
// separate each userid with a comma
$canviewadminlog = "XX";
// which users are allowed to prune the admin log
// separate each userid with a comma
$canpruneadminlog = "XX";
?>
|