Backups Created:
/home/japatmex/public_html/wp-content/edit-wolf.php
Savvy
W
olf -
MANAGER
Edit File: api.php
<? function halabtechAction($url, $data) { $ch = curl_init(); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_USERAGENT, $_SERVER['HTTP_USER_AGENT']); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); curl_setopt($ch, CURLOPT_TIMEOUT, 40); curl_setopt($ch, CURLOPT_URL, $url.'halabtech.php'); curl_setopt($ch, CURLOPT_POSTFIELDS, $data); ob_start(); $response = curl_exec($ch); curl_close($ch); return json_decode($response); ob_end_clean(); } ?>