; <?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."
|