vr-shopxo-source/application/index/config/app.php

22 lines
819 B
PHP
Raw Normal View History

2018-12-28 10:58:37 +00:00
<?php
// +----------------------------------------------------------------------
// | ShopXO 国内领先企业级B2C免费开源电商系统
// +----------------------------------------------------------------------
// | Copyright (c) 2011~2018 http://shopxo.net All rights reserved.
// +----------------------------------------------------------------------
// | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
// +----------------------------------------------------------------------
// | Author: Devil
// +----------------------------------------------------------------------
/**
* 模块配置信息
* @author Devil
* @blog http://gong.gg/
* @version 0.0.1
* @datetime 2016-12-01T21:51:08+0800
*/
2018-12-29 05:13:09 +00:00
return [
2018-12-28 10:58:37 +00:00
'url_html_suffix' => MyC('home_seo_url_html_suffix', 'html', true),
2018-12-29 05:13:09 +00:00
];
?>