Submit
Path:
~
/
home
/
getwphos
/
www
/
shellfish
/
wp-content
/
plugins
/
templaza-framework
/
framework
/
libraries
/
helper
/
File Content:
http.php
<?php namespace TemPlazaFramework\Helpers; defined( 'ABSPATH' ) || exit; if(!class_exists('TemPlazaFramework\Helpers\Http')){ class Http{ public function post($url, $post_data, array $headers = null){ $post_data = http_build_query($post_data); $opts = array('http' => array( 'method' => 'POST', 'header' => 'Content-Type: application/x-www-form-urlencoded', 'content' => $post_data ) ); $context = stream_context_create($opts); } public function get_header(){ } } }
Submit
FILE
FOLDER
Name
Size
Permission
Action
scssphp
---
0755
fieldhelper.php
9709 bytes
0644
files.php
3517 bytes
0644
helperlicense.php
4057 bytes
0644
http.php
657 bytes
0644
info.php
1424 bytes
0644
N4ST4R_ID | Naxtarrr