Fixed inconsistency in image check
[mirrors/Kyberia-bloodline.git] / wwwroot / inc / smarty / node_methodz / function.configure_email.php
1 <?php function
2 get_sessions(){
3 global $db,$error,$node;
4 echo $_SESSION['user_id'];
5 echo $_SESSION['user_name'];
6 echo $_SESSION['cube_vector'];
7 return true;
8 }
9 ?>
This page took 1.459071 seconds and 4 git commands to generate.