1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- <?php
- return array
- (
-
- 'path' => DIRECTORY_SEPARATOR,
-
-
- 'name' => '新农宝盒云平台',
-
- 'desc' => '专注编程与开发的架构',
-
- 'copyright' => '© 2015-2020 dever.cc,Inc. Licensed under MIT license.',
-
- 'github' => 'https://github.com/dever-main',
-
- 'web' => 'http://www.dever.cc/',
-
-
-
- 'lang' => 'zh-cn',
-
- 'api' => false,
-
- 'version' => '1.0.0 Beta',
-
-
- 'html' => 'html',
-
-
-
-
-
-
-
-
-
-
-
- 'assets' => DEVER_APP_PATH . 'assets' . DIRECTORY_SEPARATOR,
-
- 'data' => DEVER_PATH . 'web' . DIRECTORY_SEPARATOR . 'data' . DIRECTORY_SEPARATOR,
-
- 'workspace' => DEVER_PATH,
-
- 'replace' => array
- (
- 'css' => '../css/',
- 'js' => '../js/',
- 'img' => '../images/',
- 'core' => '../../lib/',
- ),
-
- 'assets_domain' => true,
-
-
- 'token' => 'dever_api_2016',
-
-
- 'header-cache' => false,
-
-
-
-
- 'template-cache' => 'dever_template_cache',
-
-
-
-
-
-
-
-
- 'opt' => true,
-
-
-
-
-
-
- 'url' => Dever::input('header') ? 'header=false' : '',
-
-
-
-
-
-
- 'filter' => array('manage' => 1),
- );
|