Advertisement
Guest User

Untitled

a guest
Jun 19th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1. <?php
  2.     $user = $_GET['show'];
  3. ?>
  4.  
  5.  
  6.  <?php include_once '$_GET[show].php'; ?>
  7.  
  8.         <script type="text/javascript">
  9.         var jtv_chan = '<?php echo $user;?>';
  10.         var theme = '<?php echo $theme;?>';
  11.     </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement