Advertisement
SkullCrack

/Web inferance for mangos/ Config.php

Jun 28th, 2011
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. <?php
  2.  
  3. // Config start
  4.  
  5. $ip = "";
  6. $port = "";
  7. $host = "";
  8. $user = "";
  9. $pass = "";
  10. $mangoscharacters = "";
  11. $mangosrealm = "";
  12. $cod = 'utf8';
  13.  
  14. // Config end
  15.  
  16. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement