123456789101112131415161718192021222324252627282930313233343536373839 |
- <?php
- $options = [
- 'app_name' => "<TPL:OPT_NAME>",
- 'base_path' => "<TPL:NGINX_REALPATH>",
- 'base_uri' => "/",
- 'max_space' => <TPL:OPT_MAXSPACE>,
- 'allow_renaming' => <TPL:OPT_RENAMING>,
- 'allow_deleting' => <TPL:OPT_DELETING>,
- 'allow_newfolders' => true,
- 'enable_chat' => <TPL:OPT_CHAT>,
- 'default_pseudo' => "anonymous",
- 'time_format' => "d/m/y H:i",
- 'fancyurls' => true,
- ];
- ?>
|