Файловый менеджер - Редактировать - /home/pimjdymy/public_html/safrandsi/config/general.php
Назад
<?php /** * General Configuration * * All of your system's general configuration settings go in here. You can see a * list of the available settings in vendor/craftcms/cms/src/config/GeneralConfig.php. * * @see \craft\config\GeneralConfig */ use craft\config\GeneralConfig; use craft\helpers\App; return GeneralConfig::create() // Set the default week start day for date pickers (0 = Sunday, 1 = Monday, etc.) ->defaultWeekStartDay(1) // Prevent generated URLs from including "index.php" ->omitScriptNameInUrls() // Preload Single entries as Twig variables ->preloadSingles() // Prevent user enumeration attacks ->preventUserEnumeration() // Set the @webroot alias so the clear-caches command knows where to find CP resources ->aliases([ '@webroot' => dirname(__DIR__) . '/web', ]) ;
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка