Uname: Linux premium294.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
Software: LiteSpeed
PHP version: 8.1.32 [ PHP INFO ] PHP os: Linux
Server Ip: 104.21.16.1
Your Ip: 216.73.216.223
User: mjbynoyq (1574) | Group: mjbynoyq (1570)
Safe Mode: OFF
Disable Function:
NONE

name : tst.tools.php
<?php

use Duplicator\Controllers\DebugPageController;

 defined("ABSPATH") or die(""); ?>

<div class="section-tests">
    <div class="section-hdr">TOOLS CTRLS</div>

    <!-- METHOD TEST -->
    <form>
        <?php
            $CTRL['Title']  = 'DUP_PRO_CTRL_Tools_runScanValidator';
            $CTRL['Action'] = 'DUP_PRO_CTRL_Tools_runScanValidator';
            $CTRL['Test']   = true;
            DebugPageController::testSetup($CTRL);
        ?>
        <div class="params">
            <label>Allow Recursion:</label>
            <input type="checkbox" name="scan-recursive" /><br/>
            <label>Search Path:</label> 
            <input type="text" name="scan-path" value="<?php echo esc_attr(duplicator_pro_get_home_path()); ?>" /> <br/>
        </div>
    </form>
    
    <!-- METHOD TEST -->
    <form>
        <?php
            $CTRL['Title']  = 'DUP_PRO_CTRL_Tools_runScanValidatorFull';
            $CTRL['Action'] = 'DUP_PRO_CTRL_Tools_runScanValidator';
            $CTRL['Test']   = true;
            DebugPageController::testSetup($CTRL);
        ?>
        <div class="params">
            <label>Recursion:</label> True
            <input type="hidden" name="scan-recursive" value="true" /><br/>
            <label>Search Path:</label> 
            <input type="text" name="scan-path" value="<?php echo esc_attr(duplicator_pro_get_home_path()); ?>" /> <br/>
        </div>
    </form>

</div>
© 2025 XylotrechusZ