summaryrefslogtreecommitdiff
path: root/appli_3_alpha_old/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'appli_3_alpha_old/index.php')
-rw-r--r--appli_3_alpha_old/index.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/appli_3_alpha_old/index.php b/appli_3_alpha_old/index.php
index 7decdd6..0cf65e8 100644
--- a/appli_3_alpha_old/index.php
+++ b/appli_3_alpha_old/index.php
@@ -23,6 +23,12 @@ generate_html_div_help();
else { $nom = $_SESSION['loginP']; }
echo "Bonjour $nom, nous sommes le " . date('d/m/Y') . ' et il est ' . date('H:i');
+ echo "<pre>DEBUG : _SESSION :\n";
+ print_r($_SESSION);
+ echo "\nDEBUG : _REQUEST :\n";
+ print_r($_REQUEST);
+ echo "</pre>\n";
+
?>
<br/><br/>
<a href="organiser.php">Organiser une r&eacute;union</a>