Backups Created:
/home/japatmex/public_html/wp-content/edit-wolf.php
Savvy
W
olf -
MANAGER
Edit File: CI_gsmunlockusa_api.php
<?php if (!defined('BASEPATH')) exit('No direct script access allowed'); require_once 'gsmunlockusa.com/API.php'; class CI_gsmunlockusa_api extends gsmunlockusa_api { public function __construct() { } public function GetAccountInfo($apiKey, $url){ $api = new Gsmunlockusa_api(); return $api->GetAccountInfo($apiKey, $url); } }