Code:
// technical email address - any error messages will be emailed here
$technicalemail = "***********";
// use persistant connections to the database
// 0 = don't use
// 1 = use
$usepconnect = 0;
// which users are allowed to view the admin log
// separate each userid with a comma
$canviewadminlog = "1";
// which users are allowed to prune the admin log
// separate each userid with a comma
$canpruneadminlog = "";
?>
I see nothing about a $superadministrator in the config
and some one show a ex of what I would have to type?
and we are talking about the config in the admin folder yes ?