MSV FM

dot.antimicrobial@66.96.161.157: ~ $
Path : /hermes/bosweb/b1536/exactflashing.com/wp-content/plugins/wp-all-export/src/Http/
File Upload :
Current < : /hermes/bosweb/b1536/exactflashing.com/wp-content/plugins/wp-all-export/src/Http/JsonResponse.php

<?php

namespace Wpae\Http;


class JsonResponse extends Response
{
    protected $headers = array('Content-Type' => 'Application/Json');

    protected function sendContent()
    {
        echo json_encode($this->content);
    }
}