summaryrefslogtreecommitdiff
path: root/public/app/views/welcome.php
diff options
context:
space:
mode:
Diffstat (limited to 'public/app/views/welcome.php')
-rw-r--r--public/app/views/welcome.php15
1 files changed, 12 insertions, 3 deletions
diff --git a/public/app/views/welcome.php b/public/app/views/welcome.php
index de00645..ded2294 100644
--- a/public/app/views/welcome.php
+++ b/public/app/views/welcome.php
@@ -17,12 +17,21 @@
Render::view('components/top-bar');
?>
- <?php print_r($_SESSION); ?>
+ <pre>
+ <?php print_r($categories); ?>
+ </pre>
+
+ <!-- TESTING STRINGS (while developing only) -->
+ <?php /* --- print_r($_SESSION); ?>
<?php print_r($_COOKIE); ?>
<?php
- if (isset($_SESSION)) echo 'session seted';
+ if (isset($_SESSION)) echo '; session seted ; ';
?>
- <?=var_dump($_SESSION[UserTokenInterface::DEFAULT_PREFIX_KEY])?>
+ <?=
+ isset($_SESSION[UserTokenInterface::DEFAULT_PREFIX_KEY])
+ ? var_dump($_SESSION[UserTokenInterface::DEFAULT_PREFIX_KEY])
+ : 'none!'
+ --- */ ?>
</body>
</html> \ No newline at end of file