Просмотр файла config/autoload/modules.global.php

Размер файла: 783B
<?php

/**
 * This file is part of JohnCMS Content Management System.
 *
 * @copyright JohnCMS Community
 * @license   https://opensource.org/licenses/GPL-3.0 GPL-3.0
 * @link      https://johncms.com JohnCMS Project
 */

return [
    'modules' => [
        'installed_modules' => [
            'album',
            'community',
            'downloads',
            'forum',
            'guestbook',
            'help',
            'homepage',
            'language',
            'library',
            'login',
            'mail',
            'news',
            'notifications',
            'online',
            'profile',
            'redirect',
            'registration',
            'rss',
        ],
        'system_modules'    => [
            'admin',
        ],
    ],
];