<?php
$TOC = array (
  0 => 
  array (
    0 => 'security.intro.php',
    1 => 'Introdu&ccedil;&atilde;o',
  ),
  1 => 
  array (
    0 => 'security.general.php',
    1 => 'Considera&ccedil;&otilde;es Gerais',
  ),
  2 => 
  array (
    0 => 'security.cgi-bin.php',
    1 => 'Instalando como bin&aacute;rio CGI',
  ),
  3 => 
  array (
    0 => 'security.apache.php',
    1 => 'Instalando como m&oacute;dulo do Apache',
  ),
  4 => 
  array (
    0 => 'security.sessions.php',
    1 => 'Seguran&ccedil;a da Sess&atilde;o',
  ),
  5 => 
  array (
    0 => 'security.filesystem.php',
    1 => 'Seguran&ccedil;a do Sistema de Arquivos',
  ),
  6 => 
  array (
    0 => 'security.database.php',
    1 => 'Seguran&ccedil;a de Bancos de Dados',
  ),
  7 => 
  array (
    0 => 'security.errors.php',
    1 => 'Relatando Erros',
  ),
  8 => 
  array (
    0 => 'security.variables.php',
    1 => 'Dados Enviados pelo Usu&aacute;rio',
  ),
  9 => 
  array (
    0 => 'security.hiding.php',
    1 => 'Escondendo o PHP',
  ),
  10 => 
  array (
    0 => 'security.current.php',
    1 => 'Mantendo-se Atualizado',
  ),
);
$TOC_DEPRECATED = array (
);
$PARENTS = array (
  0 => 
  array (
    0 => 'index.php',
    1 => 'Pref&aacute;cio',
  ),
);