Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- if(isset($_COOKIE['chat_sid']) && isset($_COOKIE['__chat_session'])) {
- require_once "config.php";
- require_once "g/inc_.php";
- header("Content-type:text/html;charset=iso-8559-1",1);
- $onlines = "";
- /*
- removido ~letroll
- */
- } else {
- die();
- };
- echo $onlines;
- exit;
- ?>
Advertisement
Add Comment
Please, Sign In to add comment