Plugin Directory

Changeset 2395352


Ignore:
Timestamp:
10/07/2020 03:53:51 PM (5 years ago)
Author:
globalprogramming
Message:

(Bug fix) 6.0b1 - see readme

File:
1 edited

Legend:

Unmodified
Added
Removed
  • whmcs-bridge/trunk/bridge.init.php

    r2395319 r2395352  
    861861    global $wpdb;
    862862
    863     $whmcs = cc_whmcs_brige_url();
     863    $whmcs = cc_whmcs_bridge_url();
    864864    if (substr($whmcs,-1)!='/') $whmcs.='/';
    865865    if ((strpos($whmcs,'https://')!==0) && isset($_REQUEST['sec']) && ($_REQUEST['sec']=='1'))
Note: See TracChangeset for help on using the changeset viewer.