Skip to content

Instantly share code, notes, and snippets.

@mauriciogofas
Last active January 12, 2021 20:47
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mauriciogofas/39b6776204ba350a08c05e3145aa52a9 to your computer and use it in GitHub Desktop.
Save mauriciogofas/39b6776204ba350a08c05e3145aa52a9 to your computer and use it in GitHub Desktop.
Gerencianet Cartão - substitui $system_url adicionando esse arquivo ao diretório /modules/gateways/gofasgerencianetcartao/params/ #whmcs #gerencianet #ggnc
<?php
/**
* Módulo Gerencinet Cartão para WHMCS
* @author Mauricio Gofas | gofas.net
* @see https://gofas.net/?p=8423
* @copyright 2016 - 2019 https://gofas.net
* @license https://gofas.net?p=9340
* @support https://gofas.net/?p=8343
* @version 2.1.2
*/
if( !defined('WHMCS')) {die(); }
$system_url = 'https://www.example.com/';
$gjcwhmcsurl = 'https://www.example.com/';
$gjcwhmcsadminurl = 'https://www.example.com/admin/';
$gjcwhmcsadminpath = '/admin/';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment