diff options
author | Minteck <contact@minteck.org> | 2022-01-01 10:37:28 +0100 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-01-01 10:37:28 +0100 |
commit | ef055e79855cf3be1ad5e1aa5f9ebad480062384 (patch) | |
tree | ff074b29a7a87c3ccfc3b10741bbe30cb28e103e /admin/session | |
parent | e3a79df6428799024eac64e9cffbb062317aeb95 (diff) | |
download | main-ef055e79855cf3be1ad5e1aa5f9ebad480062384.tar.gz main-ef055e79855cf3be1ad5e1aa5f9ebad480062384.tar.bz2 main-ef055e79855cf3be1ad5e1aa5f9ebad480062384.zip |
Diffstat (limited to 'admin/session')
-rw-r--r-- | admin/session/index.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/admin/session/index.php b/admin/session/index.php deleted file mode 100644 index 0f4ae89..0000000 --- a/admin/session/index.php +++ /dev/null @@ -1,6 +0,0 @@ -<?php
-
-var_dump($_GET);
-var_dump($_POST);
-var_dump($_SERVER);
-die();
\ No newline at end of file |