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 --}}
@lang('COM_AKEEBA_CPANEL_HEAD_OUTDIR_INVALID')
@sprintf('COM_AKEEBA_CPANEL_LBL_OUTDIR_LISTABLE', realpath($this->getModel()->getOutputDirectory()))
@lang('COM_AKEEBA_CPANEL_LBL_OUTDIR_ISSYSTEM')
@lang('COM_AKEEBA_CPANEL_LBL_OUTDIR_ISSYSTEM_FIX')
@lang('COM_AKEEBA_CPANEL_LBL_OUTDIR_DELETEORBEHACKED')
{{-- Output directory can be listed over the web --}}
@if ($this->hasOutputDirectorySecurityFiles)
@lang('COM_AKEEBA_CPANEL_HEAD_OUTDIR_UNFIXABLE')
@else
@lang('COM_AKEEBA_CPANEL_HEAD_OUTDIR_INSECURE')
@endif
@sprintf('COM_AKEEBA_CPANEL_LBL_OUTDIR_LISTABLE', realpath($this->getModel()->getOutputDirectory()))
@if (!$this->hasOutputDirectorySecurityFiles)
@lang('COM_AKEEBA_CPANEL_LBL_OUTDIR_CLICKTHEBUTTON')
@lang('COM_AKEEBA_CPANEL_LBL_OUTDIR_FIX_SECURITYFILES')
@else
@lang('COM_AKEEBA_CPANEL_LBL_OUTDIR_TRASHHOST')
@lang('COM_AKEEBA_CPANEL_LBL_OUTDIR_DELETEORBEHACKED')
@endif
{{-- Output directory cannot be listed over the web but I can download files --}}
@lang('COM_AKEEBA_CPANEL_HEAD_OUTDIR_INSECURE_ALT')
@sprintf('COM_AKEEBA_CPANEL_LBL_OUTDIR_FILEREADABLE', realpath($this->getModel()->getOutputDirectory()))
@lang('COM_AKEEBA_CPANEL_LBL_OUTDIR_CLICKTHEBUTTON')
@lang('COM_AKEEBA_CPANEL_LBL_OUTDIR_FIX_RANDOM')
@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
@lang('COM_AKEEBA_CPANEL_MSG_CLOUDFLARE_WARN')
@sprintf('COM_AKEEBA_CPANEL_MSG_CLOUDFLARE_WARN1', 'https://support.cloudflare.com/hc/en-us/articles/200169456-Why-is-JavaScript-or-jQuery-not-working-on-my-site-')