├── root
├── umil
│ ├── error_files
│ │ ├── .htaccess
│ │ └── index.htm
│ ├── index.htm
│ ├── language
│ │ ├── index.htm
│ │ ├── zh_cmn_hant
│ │ │ └── umil.php
│ │ ├── ja
│ │ │ └── umil.php
│ │ ├── he
│ │ │ └── umil.php
│ │ ├── ru
│ │ │ └── umil.php
│ │ ├── pl
│ │ │ └── umil.php
│ │ ├── sv
│ │ │ └── umil.php
│ │ ├── da
│ │ │ └── umil.php
│ │ ├── sk
│ │ │ └── umil.php
│ │ ├── en
│ │ │ └── umil.php
│ │ ├── tr
│ │ │ └── umil.php
│ │ ├── ro
│ │ │ └── umil.php
│ │ ├── id
│ │ │ └── umil.php
│ │ ├── pt
│ │ │ └── umil.php
│ │ ├── hr
│ │ │ └── umil.php
│ │ ├── nl-x-formal
│ │ │ └── umil.php
│ │ ├── es
│ │ │ └── umil.php
│ │ ├── it
│ │ │ └── umil.php
│ │ ├── pt-br
│ │ │ └── umil.php
│ │ ├── pt_br
│ │ │ └── umil.php
│ │ ├── hu
│ │ │ └── umil.php
│ │ ├── nl
│ │ │ └── umil.php
│ │ ├── de
│ │ │ └── umil.php
│ │ ├── de_x_sie
│ │ │ └── umil.php
│ │ ├── ar
│ │ │ └── umil.php
│ │ └── fr
│ │ │ └── umil.php
│ ├── style
│ │ ├── index.htm
│ │ ├── message_body.html
│ │ ├── confirm_body.html
│ │ ├── overall_footer.html
│ │ ├── index_body.html
│ │ ├── overall_header.html
│ │ └── parse.css
│ ├── file.php
│ └── umil_auto.php
├── install
│ ├── automod_logo.png
│ ├── index.php
│ └── install_versions.php
├── store
│ └── mods
│ │ └── index.htm
├── includes
│ └── acp
│ │ └── info
│ │ └── acp_mods.php
├── adm
│ └── style
│ │ ├── acp_mods_ftp.html
│ │ └── acp_mods_actions.html
└── language
│ └── en
│ └── mods
│ └── info_acp_modman.php
├── .gitignore
├── docs
├── INSTALL
└── CHANGELOG
├── README.md
└── install_mod.xml
/root/umil/error_files/.htaccess:
--------------------------------------------------------------------------------
1 |
6 | {MESSAGE_TEXT} 7 |
8 |