Guest User

view.php

a guest
Nov 14th, 2012
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <?php
  2.  
  3. function controller() {
  4.  
  5. include_once 'config.php';
  6. $viewer = $temp;
  7. return $viewer;
  8. }
  9.  
  10. function func() {
  11. $viewer = controller();
  12. }
  13.  
  14. func();
  15. ?>
Advertisement
Add Comment
Please, Sign In to add comment