<?php
$TOC = array (
  0 => 
  array (
    0 => 'security.intro.php',
    1 => 'はじめに',
  ),
  1 => 
  array (
    0 => 'security.general.php',
    1 => '一般的な考慮事項',
  ),
  2 => 
  array (
    0 => 'security.cgi-bin.php',
    1 => 'CGI バイナリとしてインストール',
  ),
  3 => 
  array (
    0 => 'security.apache.php',
    1 => 'Apache モジュールとしてインストール',
  ),
  4 => 
  array (
    0 => 'security.sessions.php',
    1 => 'セッションのセキュリティ',
  ),
  5 => 
  array (
    0 => 'security.filesystem.php',
    1 => 'ファイルシステムのセキュリティ',
  ),
  6 => 
  array (
    0 => 'security.database.php',
    1 => 'データベースのセキュリティ',
  ),
  7 => 
  array (
    0 => 'security.errors.php',
    1 => 'エラーのレポート',
  ),
  8 => 
  array (
    0 => 'security.variables.php',
    1 => 'ユーザーが投稿したデータ',
  ),
  9 => 
  array (
    0 => 'security.hiding.php',
    1 => 'PHPの隠蔽',
  ),
  10 => 
  array (
    0 => 'security.current.php',
    1 => '最新版を維持する',
  ),
);
$TOC_DEPRECATED = array (
);
$PARENTS = array (
  0 => 
  array (
    0 => 'index.php',
    1 => '序文',
  ),
);