![]() System : Linux host44.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64 User : vapecompany ( 2719) PHP Version : 7.4.33 Disable Function : NONE Directory : /proc/self/root/var/softaculous/humhub/ |
Upload File : |
<?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 http://docs.humhub.org/admin-installation-configuration.html * @see http://docs.humhub.org/dev-environment.html */ return [ 'components' => [ 'urlManager' => [ 'showScriptName' => false, 'enablePrettyUrl' => true, ], ] ];