Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $CONFIG = array(); //specifies the config as an array - cleaner than define, yo
- $CONFIG['mysql']['host'] = 'localhost'; //mysql host
- $CONFIG['mysql']['user'] = 'root'; //mysql user
- $CONFIG['mysql']['pass'] = 'root'; //change to your password //change pw pls kthx
- $CONFIG['mysql']['db'] = 'zetadb'; //keep as zetadb
- $CONFIG['site']['title'] = 'PrjCore'; //change to your site name
- $CONFIG['site']['desc'] = 'site desc here'; //change
- ?>
Advertisement
Add Comment
Please, Sign In to add comment