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 ?>