⚝
One Hat Cyber Team
⚝
Your IP:
3.145.71.161
Server IP:
162.254.39.145
Server:
Linux premium289.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
Server Software:
LiteSpeed
PHP Version:
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
softaculous
/
humhub
/
View File Name :
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, ], ] ];