Last active
January 12, 2021 20:47
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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