index
:
main
trunk
Minteck Space - WebV8 - The first website from after Minteck Projects got closed
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
admin
/
session
/
index.php
blob: 0f4ae89a055c37876b5fd97330602bfe7c281b4b (
plain
)
1
2
3
4
5
6
<?php
var_dump
(
$_GET
);
var_dump
(
$_POST
);
var_dump
(
$_SERVER
);
die
();