Guest User

Untitled

a guest
Mar 13th, 2017
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.23 KB | None | 0 0
  1. <?php
  2. // if we set ONLY_PAGE, then it will not login / connect to MySQL until we use SQL query in our script
  3. define('ONLY_PAGE', false);
  4. $_GET['subtopic'] = 'guild_image';
  5. $_REQUEST['subtopic'] = 'guild_image';
  6. include('index.php');
Add Comment
Please, Sign In to add comment