File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 3737</ head >
3838< body class ="body-<?=strtolower($TAB)?> lang-<?=$_SESSION['language']?> ">
3939 < ?php if (($_SESSION['DEBUG_MODE']) == "true" ) {?>
40- < div style ="font-size:12px !important; padding:12px;position:sticky;top:0;z-index:3000;background-color:#fff; ">
40+ < div style ="font-size:12px !important; padding:12px;position:sticky;top:0;z-index:3000;background-color:#fff;height:200px;overflow:scroll; ">
4141 < ?php
4242 echo "< h3 > Server Variables</ h3 > ";
4343 foreach ($_SERVER as $key=> $val)
4848 foreach ($_SESSION as $key=> $val)
4949 echo "< b > ".$key."= </ b > ".$val." ";
5050 ?>
51+ < ?php
52+ echo "< h3 > POST Variables</ h3 > ";
53+ foreach ($_POST as $key=> $val)
54+ echo "< b > ".$key."= </ b > ".$val." ";
55+ ?>
56+ < ?php
57+ echo "< h3 > GET Variables</ h3 > ";
58+ foreach ($_GET as $key=> $val)
59+ echo "< b > ".$key."= </ b > ".$val." ";
60+ ?>
5161 </ div >
5262< ?php } ?>
5363
You can’t perform that action at this time.
0 commit comments