mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-05 05:13:29 +08:00
13 lines
238 B
PHP
13 lines
238 B
PHP
<?php
|
|
|
|
/**
|
|
* 模块配置信息
|
|
* @author Devil
|
|
* @blog http://gong.gg/
|
|
* @version 0.0.1
|
|
* @datetime 2016-12-01T21:51:08+0800
|
|
*/
|
|
|
|
return array(
|
|
'url_html_suffix' => MyC('home_seo_url_html_suffix', 'html', true),
|
|
); |