文件操作 - 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, ], ] ];
修改文件时间
将文件时间修改为当前时间的前一年
删除文件