$boarddir/index.php
Pesquisar
'membergroups' => array('ManageMembergroups.php', 'ModifyMembergroups'),
Adicionar
'info' => array('Info.php', 'Info'),
$sourcedir/Subs.php
Pesquisar
'view_errors' => '<a href="' . $scripturl . '?action=viewErrorLog;desc">' . $txt['errlog1'] . '</a>'
Adicionar
'view_errors' => '<a href="' . $scripturl . '?action=viewErrorLog;desc">' . $txt['errlog1'] . '</a>',
'php_info' => '<a href="' . $scripturl . '?action=info">'. $txt['phpInfo_title'] .'</a>'
$themedir/style.css
Adicionar
.phpinfo {
overflow: scroll;
text-align: left;
font-weight: bold;
font-size: 12pt;
width: 100%;
}
$themedir/index.template.php
Pesquisar
'viewErrorLog', 'viewmembers'
Adicionar
, 'info'
$themedir/languages/Modifications.portuguese_pt.php
Pesquisar
?>
Adicionar
$txt['phpInfo_title'] = 'PHP Info';
ou
$themedir/languages/Modifications.portuguese_pt-utf8.php
Pesquisar
?>
Colocar antes
$txt['phpInfo_title'] = 'PHP Info';