Login   Register  
PHP Classes
elePHPant
Icontem

File: config.ini.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of James Glenlake  >  SmashUser  >  config.ini.php  >  Download  
File: config.ini.php
Role: Auxiliary data
Content type: text/plain
Description: An example file
Class: SmashUser
Database based user management with group support
Author: By
Last change: Set default values for config file
Date: 2003-11-30 07:05
Size: 369 bytes
 

Contents

Class file image 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."