Subversion Repositories qbpwcf-lib(archive)

Rev

Rev 915 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 liveuser 1
<?php
2
 
3
if(getallheaders()!==null){
4
 
5
	var_dump(getallheaders());
6
 
7
	}
8
 
9
if($_POST!==null){
10
 
11
	var_dump($_POST);
12
 
13
	}
14
 
15
?>