diff options
| author | Geo Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2026-07-12 15:51:52 +0300 |
|---|---|---|
| committer | Geo Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2026-07-12 15:51:52 +0300 |
| commit | 02608271bb2a9f3a65ed536984d306ee14b48e34 (patch) | |
| tree | 3f23ec48a694ec014e845c4f70d9b5f1c065403c /public/vars.php | |
| download | kalassa-02608271bb2a9f3a65ed536984d306ee14b48e34.tar.gz kalassa-02608271bb2a9f3a65ed536984d306ee14b48e34.tar.bz2 kalassa-02608271bb2a9f3a65ed536984d306ee14b48e34.zip | |
Diffstat (limited to 'public/vars.php')
| -rw-r--r-- | public/vars.php | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/public/vars.php b/public/vars.php new file mode 100644 index 0000000..a34dcd0 --- /dev/null +++ b/public/vars.php @@ -0,0 +1,19 @@ +<?php +include("config/parametres.php"); +include("includes/sessions.php"); +?><html> +<head> + <meta http-equiv="content-type" content="text/html; charset=utf-8" /> + <title>Variables</title> + <style> + pre { font: 13px 'Ubuntu Mono', Consolas, Monaco, fixed; } + </style> +<bidy> + <pre> +<?php +echo "server:\n"; print_r($_SERVER); +echo "\n\nsession:\n"; print_r($_SESSION); +?> +</pre> +</body> +</html> |
