diff options
Diffstat (limited to 'upload.php/file.php')
-rw-r--r-- | upload.php/file.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/upload.php/file.php b/upload.php/file.php new file mode 100644 index 0000000..99d630d --- /dev/null +++ b/upload.php/file.php @@ -0,0 +1,6 @@ +<?php +require_once $_SERVER['DOCUMENT_ROOT'] . "/private/session.php"; +session_start(); + +// Checks +var_dump($_POST);
\ No newline at end of file |