Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
Classes of James Glenlake | > | SmashUser | > | config.ini.php | > | Download | ||
|
Download |
; <?php die('Bad person.'); ?> ; Config file ; Contains database settings [database] host = "localhost" username = "" password = "" db = "" prefix = "users_" [messages] nonexistent_group = "Group does not exist." no_match = "Username, password, and group did not match." bad_parameters = "Insufficient parameters." no_query = "Could not execute query." |