This file is indexed.

/usr/share/php/kohana3.1/system/guide/kohana/menu.md is in libkohana3.1-core-php 3.1.5-1.1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
## [Kohana]()

- Getting Started
   - [Installation](install)
   - [Conventions and Style](conventions)
   - [Model View Controller](mvc)
      - [Controllers](mvc/controllers)
      - [Models](mvc/models)
      - [Views](mvc/views)
   - [Cascading Filesystem](files)
      - [Class Files](files/classes)
      - [Config Files](files/config)
      - [Translation Files](files/i18n)
      - [Message Files](files/messages)
   - [Request Flow](flow)
   - [Bootstrap](bootstrap)
   - [Modules](modules)
   - [Routing](routing)
   - [Error Handling](errors)
   - [Tips & Common Mistakes](tips)
   - [Upgrading from v3.0](upgrading)
- Basic Usage
   - [Debugging](debugging)
   - [Loading Classes](autoloading)
   - [Transparent Extension](extension)
   - [Helpers](helpers)
   - [Requests](requests)
   - [Sessions](sessions)
   - [Cookies](cookies)
   - [Fragments](fragments)
   - [Profiling](profiling)
- [Security](security)
   - [XSS](security/xss)
   - [Validation](security/validation)
   - [Cookies](security/cookies)
   - [Database](security/database)
   - [Encryption](security/encryption)
   - [Deploying](security/deploying)
- [Tutorials](tutorials)
   - [Hello World](tutorials/hello-world)
   - [Simple MVC](tutorials/simple-mvc)
   - [Custom Error Pages](tutorials/error-pages)
   - [Content Translation](tutorials/translation)
   - [Clean URLs](tutorials/clean-urls)
   - [Sharing Kohana](tutorials/sharing-kohana)
   - [Kohana as a Library](tutorials/library-kohana)
   - [Template Driven Site](tutorials/templates)
   - [Working with Git](tutorials/git)