HEX
Server: LiteSpeed
System: Linux linux31.centraldnserver.com 4.18.0-553.83.1.lve.el8.x86_64 #1 SMP Wed Nov 12 10:04:12 UTC 2025 x86_64
User: salamatk (1501)
PHP: 8.1.33
Disabled: show_source, system, shell_exec, passthru, exec, popen, proc_open
Upload Files
File: /home/salamatk/takarzan.ir/dup-installer/templates/default/pages-parts/help/steps/step-1.php
<?php
defined('ABSPATH') || defined('DUPXABSPATH') || exit;
?>
<!-- ============================================
STEP 1
============================================== -->
<?php
$sectionId   = 'section-step-1';
$expandClass = $sectionId == $open_section ? 'open' : 'close';
?>
<section id="<?php echo $sectionId; ?>" class="expandable <?php echo $expandClass; ?>" >
    <h2 class="header expand-header">
        Step <span class="step">1</span>: Deployment
    </h2>
    <div class="content" >
        <div id="dup-help-scanner" class="help-page">
            <?php
            dupxTplRender('pages-parts/help/steps/step1-parts/basic-step1-setup');
            dupxTplRender('pages-parts/help/steps/step1-parts/advanced-step1-options');
            dupxTplRender('pages-parts/help/steps/step1-parts/validation-step1');
            ?>
        </div>
    </div>
</section>