✏️ 正在编辑: common.php
路径:
/var/softaculous/humhub/common.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php /** * This file provides to overwrite the default HumHub / Yii configuration by your local common (Console and Web) environments * @see http://www.yiiframework.com/doc-2.0/guide-concept-configurations.html * @see https://docs.humhub.org/docs/admin/advanced-configuration */ return [ 'components' => [ 'urlManager' => [ 'showScriptName' => false, 'enablePrettyUrl' => true, ], ] ];
💾 保存文件
← 返回文件管理器