PATH:
home
/
letacommog
/
laindinois
/
wp-content
/
plugins
/
wp-all-export-pro
/
src
/
Http
<?php namespace Wpae\Http; class JsonResponse extends Response { protected $headers = array('Content-Type' => 'Application/Json'); protected function sendContent() { echo json_encode($this->content); } }
[+]
..
[-] Router.php
[edit]
[-] Request.php
[edit]
[-] Response.php
[edit]
[-] JsonResponse.php
[edit]