HEX
Server: nginx/1.28.1
System: Linux 10-41-63-61 6.8.0-31-generic #31-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 20 00:40:06 UTC 2024 x86_64
User: www (1001)
PHP: 7.4.33
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
File: /www/wwwroot/www.ankua.asia/storage/framework/views/66eaa0a5675e35ed0331385c71f3b9b6.php
<?php $__env->startSection('template_title'); ?>
  <?php echo e(trans('installer::installer_messages.requirements.template_title')); ?>

<?php $__env->stopSection(); ?>

<?php $__env->startSection('title'); ?>
  <i class="fa fa-list-ul fa-fw" aria-hidden="true"></i>
  <?php echo e(trans('installer::installer_messages.requirements.title')); ?>

<?php $__env->stopSection(); ?>

<?php $__env->startSection('content'); ?>
  <div class="install-2">
    <h3 class="mb-5"><?php echo e(trans('installer::installer_messages.requirements.title')); ?></h3>
    <table class="table table-hover text-black text-opacity-75 fs-5 mb-5">
      <thead>
        <th width="70%"><?php echo e(trans('installer::installer_messages.requirements.environment')); ?></th>
        <th width="30%"><?php echo e(trans('installer::installer_messages.status')); ?></th>
      </thead>
      <tbody>
        <?php $__currentLoopData = $requirements['requirements']; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $type => $requirement): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
          <tr>
            <td colspan="3">
              <strong class="fs-4"><?php echo e(ucfirst($type)); ?></strong>
              <?php if($type == 'php'): ?>
              <small>(version <?php echo e($phpSupportInfo['minimum']); ?> required)</small>
              <span class="float-right">
                <strong><?php echo e($phpSupportInfo['current']); ?></strong>
                <i class="bi bi-<?php echo e($phpSupportInfo['supported'] ? 'check2' : 'x'); ?> row-icon"
                  aria-hidden="true"></i>
              </span>
            <?php endif; ?>
            </td>
          </tr>
          <?php $__currentLoopData = $requirements['requirements'][$type]; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $extention => $enabled): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
            <tr class="<?php echo e($enabled ? '' : 'table-danger'); ?>">
              <td><?php echo e($extention); ?></td>
              <td class="<?php echo e($enabled ? 'text-success' : 'text-danger'); ?>"><i class="bi bi-<?php echo e($enabled ? 'check-circle-fill' : 'exclamation-circle-fill'); ?> row-icon"
                aria-hidden="true"></i></td>
            </tr>
          <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
        <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
      </tbody>
    </table>

    <?php if(!isset($requirements['errors']) && $phpSupportInfo['supported']): ?>
      <div class="d-flex justify-content-end">
        <a class="btn btn-primary d-flex align-items-center" href="<?php echo e(route('installer.permissions')); ?>">
          <?php echo e(trans('installer::installer_messages.requirements.next')); ?>

          <i class="bi bi-arrow-right-short fs-2 lh-1 ms-2"></i>
        </a>
      </div>
    <?php endif; ?>
  </div>
<?php $__env->stopSection(); ?>

<?php echo $__env->make('installer::layouts.master', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /www/wwwroot/www.ankua.asia/beike/Installer/Providers/../Views/requirements.blade.php ENDPATH**/ ?>