PHP Classes

File: config.ini.php

Recommend this page to a friend!
  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: 21 years ago
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."