Guest User

Untitled

a guest
Sep 26th, 2018
116
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. $dbHost = '***';
  3. $dbUser = '***';
  4. $dbPassword = '***';
  5. $dbName = '****';
  6. $dbCharset = 'utf8';
  7. $dbClass = 'MySQLDatabase';
  8. if (!defined('WCF_N')) define('WCF_N', 1);
  9. ?>
Add Comment
Please, Sign In to add comment