psql db schema test
[mirrors/Kyberia-bloodline.git] / wwwroot / inc / smarty / node_methodz / function.get_sessions.php
... / ...
CommitLineData
1<?php function
2smarty_function_get_sessions(){
3 global $db,$error,$node;
4 echo $_SESSION['user_id'];
5 echo $_SESSION['user_name'];
6 echo $_SESSION['cube_vector'];
7}
8?>
This page took 0.106481 seconds and 5 git commands to generate.