Advertisement
madhawaseeeee

secret

Apr 29th, 2016
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1. <?php
  2.  
  3. class Config {
  4. // db /sql configurations
  5.     const server = "localhost";
  6.     const database="examcore";
  7.     const port = "3306";
  8.     const user = "root";
  9.     const pass = "";
  10.  
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement