Subversion Repositories php-qbpwcf

Rev

Blame | Last modification | View Log | RSS feed

<?php

if(getallheaders()!==null){

        var_dump(getallheaders());

        }

if($_POST!==null){

        var_dump($_POST);

        }

?>