⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.70
Server IP:
198.23.59.68
Server:
Linux vps104032.mylogin.co 4.18.0-1160.119.1.vz7.224.4 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
PHP Version:
8.3.30
Buat File
|
Buat Folder
Upload File
Eksekusi
Dir :
~
/
home
/
www
/
psim.vps104032.mylogin.co
/
config
/
Edit File: typicms.php
<?php use TypiCMS\Modules\Core\Models\Page; return [ /* |-------------------------------------------------------------------------- | Logo |-------------------------------------------------------------------------- | | For website header, auth views, and main json-ld file. | */ 'logo' => env('APP_LOGO'), /* |-------------------------------------------------------------------------- | Webmaster email |-------------------------------------------------------------------------- | | For mail notifications | */ //'webmaster_email' => env('WEBMASTER_EMAIL'), /* |-------------------------------------------------------------------------- | Locales |-------------------------------------------------------------------------- | | Available locales | */ 'locales' => [ 'en' => 'en_US', //'fr' => 'fr_FR', // 'nl' => 'nl_NL', ], /* |-------------------------------------------------------------------------- | You can choose not to have main locale in URLs |-------------------------------------------------------------------------- | | If set to false, the main locale (the first in the above array) | will not appears in URLs. | */ 'main_locale_in_url' => false, /* |-------------------------------------------------------------------------- | Max file upload size allowed |-------------------------------------------------------------------------- */ 'max_file_upload_size' => env('MAX_FILE_UPLOAD_SIZE', 10000), /* |-------------------------------------------------------------------------- | Welcome message url present in Dashboard |-------------------------------------------------------------------------- */ 'welcome_message_url' => env('WELCOME_MESSAGE_URL'), /* |-------------------------------------------------------------------------- | Folder to find template files for pages. | This folder is a subfolder of /resources/views/vendor/pages |-------------------------------------------------------------------------- */ 'template_dir' => 'public', /* |-------------------------------------------------------------------------- | If you use MariaDB, set this value to true |-------------------------------------------------------------------------- */ 'mariadb' => true, /* |-------------------------------------------------------------------------- | The following IP’s can visit the website without login when | the website is protected by a login and a password. |-------------------------------------------------------------------------- */ 'authorized_ips' => [ // '127.0.0.1', ], /* |-------------------------------------------------------------------------- | Search engine configuration. |-------------------------------------------------------------------------- */ 'search' => [ 'pages' => [ 'model' => Page::class, 'columns' => [ 'title', 'body', ], ], // 'news' => [ // 'model' => News::class, // 'columns' => [ // 'title', // 'body', // ], // ], ], /* |-------------------------------------------------------------------------- | Modules configuration. |-------------------------------------------------------------------------- */ 'modules' => [ /* 'news' => [ // 'per_page' => 30 ],*/ 'slider' => ['linkable_to_page'], 'news' => ['linkable_to_page'], 'team' => ['linkable_to_page'], 'chapter' => ['linkable_to_page'], 'category' => ['linkable_to_page'], 'media' => ['linkable_to_page'], 'enquiry' => ['linkable_to_page'], 'tutorialcategory' => ['linkable_to_page'], 'Tutorialcategoryvideo' => false, 'fellowship' => ['linkable_to_page'], 'adgroup' => ['linkable_to_page'], 'abstractsubmission' => ['linkable_to_page'], 'course' => ['linkable_to_page'], 'academicevent' => ['linkable_to_page'], 'conference' => ['linkable_to_page'], 'conferenceregistration' => ['linkable_to_page'], 'visitor' => ['linkable_to_page'], 'homepagesetting' => ['linkable_to_page'], 'membership' => ['linkable_to_page'], 'partner' => ['linkable_to_page'], 'subscriber' => ['linkable_to_page'], 'coupon' => ['linkable_to_page'], ], /* |-------------------------------------------------------------------------- | Send the x-powered-by: TypiCMS Header. |-------------------------------------------------------------------------- */ 'send_powered_by_header' => true, 'permissions' => [ 'news' => [ 'read news', 'create news', 'update news', 'delete news', ], ], ];
Simpan