diff options
| author | George Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-04-18 01:11:37 +0300 |
|---|---|---|
| committer | George Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-04-18 01:11:37 +0300 |
| commit | 2b6970d33afd75be5bfef951dc3691d492004d43 (patch) | |
| tree | 39eba4206ca0c4cd3fecd5ead95580a74e50f3f9 /public/app/views/welcome.php | |
| parent | 68fc9e55e538e03f94509731ab41a0c8cf96710f (diff) | |
| download | classroom-2b6970d33afd75be5bfef951dc3691d492004d43.tar.gz classroom-2b6970d33afd75be5bfef951dc3691d492004d43.tar.bz2 classroom-2b6970d33afd75be5bfef951dc3691d492004d43.zip | |
admin back-office environment (skeleton); admin categories
Diffstat (limited to 'public/app/views/welcome.php')
| -rw-r--r-- | public/app/views/welcome.php | 15 |
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 |
