Guest User

Untitled

a guest
Nov 12th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <?php
  2. //require_once "lib/template.php";
  3. require_once "conf/config.php";
  4. session_start();
  5. echo gettype($_SESSION["vkid"]);
  6. echo $_SESSION["role"];
  7. echo $_SESSION["test"];
  8. echo $_SESSION["vkid"];
  9.  
  10. ?>
Add Comment
Please, Sign In to add comment