HEX
Server: LiteSpeed
System: Linux server44.twelveinks.com 5.14.0-570.12.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 13 06:11:55 EDT 2025 x86_64
User: moda (1338)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: /python/moda/.trash/whmcs-bridge-master/pages/help.php
<h2>The Bridge Page</h2>
<p>A WHMCS front end page has been created on your WordPress site.
    This page is the main interaction page between Wordpress and WHMCS.</p>
<p>The full url is:
    <a href="<?php echo cc_whmcs_bridge_home($home,$pid);?>">
        <code>
            <?php echo cc_whmcs_bridge_home($home,$pid);?>
        </code>
    </a>.
    You can edit the page link by editing the page and changing the permalink.</p>
<p style="color:red"><strong>Do not delete this page!</strong></p>

<?php
if (defined("CC_WHMCS_BRIDGE_SSO_PLUGIN") && file_exists(dirname(__FILE__).'/../../whmcs-bridge-sso/pages/help.php')):
    require(dirname(__FILE__).'/../../whmcs-bridge-sso/pages/help.php');
else:
    ?>

<?php endif ?>