aboutsummaryrefslogtreecommitdiff
path: root/upload.php/file.php
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2021-12-23 19:41:28 +0100
committerMinteck <contact@minteck.org>2021-12-23 19:41:28 +0100
commitc451cbe0b6de0707d891937d7f61596491e81565 (patch)
tree4c564a930af36980be2f345f68306aca0a967269 /upload.php/file.php
parent4692b0866fb0051b8647f77f1f5a8ee74f48e89e (diff)
downloadshare-c451cbe0b6de0707d891937d7f61596491e81565.tar.gz
share-c451cbe0b6de0707d891937d7f61596491e81565.tar.bz2
share-c451cbe0b6de0707d891937d7f61596491e81565.zip
Commit
Diffstat (limited to 'upload.php/file.php')
-rw-r--r--upload.php/file.php6
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