Advertisement
Guest User

config.php

a guest
Feb 23rd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <?php
  2. require_once("control/queryFunctions.php");
  3. require_once("control/class.Player.php");
  4. require_once("control/class.Server.php");
  5. $pageTitle = '';
  6. $weaponsArray = array();
  7. $webTitle = '';
  8. $serverType = '';
  9. $table = '';
  10. $dbh = new PDO("mysql:host=;dbname=", '', '');
  11.  
  12. $sql_details = array(
  13. 'user' => 'root',
  14. 'pass' => '',
  15. 'db' => 'db_rankme',
  16. 'host' => 'localhost'
  17. );
  18. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement