container->router; $inCMS = $this->container->segment->get('insideCMS', false); $token = $this->container->session->getCsrfToken()->getValue(); ?> {{-- Configuration Wizard pop-up --}} @if($this->promptForConfigurationWizard) @include('Configuration/confwiz_modal') @endif {{-- AdBlock warning --}} @include('Main/warning_adblock') {{-- Stuck database updates warning --}} @if ($this->stuckUpdates) route('index.php?view=Main&task=forceUpdateDb'); ?>

getContainer()->appConfig->get('prefix', 'solo_'), $resetUrl ) ?>

@endif {{-- Potentially web accessible output directory --}} @if ($this->isOutputDirectoryUnderSiteRoot) {{-- Web accessible output directory that coincides with or is inside in a CMS system folder --}} {{-- Output directory can be listed over the web --}} {{-- Output directory cannot be listed over the web but I can download files --}} @endif {{-- mbstring warning --}} @unless($this->checkMbstring)
@sprintf('COM_AKEEBA_CPANEL_ERR_MBSTRING_' . ($inCMS ? 'WORDPRESS' : 'SOLO'), PHP_VERSION)
@endunless {{-- Front-end backup secret word reminder --}} @unless(empty($this->frontEndSecretWordIssue))

@lang('COM_AKEEBA_CPANEL_ERR_FESECRETWORD_HEADER')

@lang('COM_AKEEBA_CPANEL_ERR_FESECRETWORD_INTRO')

{{ $this->frontEndSecretWordIssue }}

@lang('COM_AKEEBA_CPANEL_ERR_FESECRETWORD_WHATTODO_SOLO') @sprintf('COM_AKEEBA_CPANEL_ERR_FESECRETWORD_WHATTODO_COMMON', $this->newSecretWord)

@lang('COM_AKEEBA_CPANEL_BTN_FESECRETWORD_RESET')

@endunless {{-- Old PHP version reminder --}} @include('Main/warning_phpversion') {{-- You need to enter your Download ID --}} @if ($this->needsDownloadId)

@lang('COM_AKEEBA_CPANEL_MSG_MUSTENTERDLID')

@if($inCMS) @sprintf('COM_AKEEBA_LBL_CPANEL_NEEDSDLID', 'https://www.akeeba.com/instructions/1557-akeeba-solo-download-id-2.html') @else @sprintf('COM_AKEEBA_LBL_CPANEL_NEEDSDLID', 'https://www.akeeba.com/instructions/1539-akeeba-solo-download-id.html') @endif

@endif {{-- You have CORE; you need to upgrade, not just enter a Download ID --}} @if ($this->warnCoreDownloadId)
@lang('SOLO_MAIN_LBL_NEEDSUPGRADE')
@endif