HEX
Server: Apache
System: Linux server1.panigaletech.com 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
User: ubuntu (1000)
PHP: 7.4.30
Disabled: 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_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/captainschairit.com/wp-content/themes/captainschare/template-parts/order-tabs.php
<?php 
$template_name = get_page_template_slug(); ?>
<ol class="ProgressBar">
	<li class="ProgressBar-step <?php echo (!empty($_SESSION['pricing_msp']) && basename(get_permalink())!='pricing-msp')?'is-complete done-step':''; ?><?php echo (basename(get_permalink())=='pricing-msp'?'is-complete':''); ?>">
    <a href="<?php echo get_site_url(); ?>/pricing-msp?val=set" class="ProgressBar-icon <?php echo (basename(get_permalink())=='pricing-msp' || !empty($_SESSION['pricing_msp']))?'is-current':''; ?>">Pricing</a>
    </li>
    <li class="ProgressBar-step <?php echo (!empty($_SESSION['company_info']) && basename(get_permalink())!='collect-data-for-msp')?'is-complete done-step':''; ?><?php echo (basename(get_permalink())=='collect-data-for-msp'?'is-complete':''); ?>">
    <a href="<?php echo get_site_url(); ?>/collect-data-for-msp<?php echo (isset($_SESSION['package_info']['id']) && isset($_SESSION['package_info']['package_type']))?'?id='.$_SESSION['package_info']['id'].'&type='.$_SESSION['package_info']['package_type']:''; ?>" class="ProgressBar-icon <?php echo (basename(get_permalink())=='collect-data-for-msp' || !empty($_SESSION['company_info']))?'is-current':''; ?>">Setup My Site</a>
    </li>
    <li class="ProgressBar-step <?php echo (!empty($_SESSION['msp_chosen']) && basename(get_permalink())!='choose-connectors')?'is-complete done-step':''; ?><?php echo (basename(get_permalink())=='choose-connectors'?'is-complete':''); ?>">
    <a href="<?php echo get_site_url(); ?>/choose-connectors" class="ProgressBar-icon <?php echo (basename(get_permalink())=='choose-connectors' || !empty($_SESSION['msp_chosen']))?'is-current':''; ?>">Choose Connector</a>
    </li>
    <li class="ProgressBar-step <?php echo (basename(get_permalink())=='confirm-order')?'is-complete':''; ?>">
    <a href="<?php echo get_site_url(); ?>/confirm-order" class="ProgressBar-icon <?php echo (basename(get_permalink())=='confirm-order')?'is-current':''; ?>">Confirmation</a>
    </li>
</ol>