PHP Classes

File: pDB.users.php

Recommend this page to a friend!
  Classes of Benny Zaminga   pDB   pDB.users.php   Download  
File: pDB.users.php
Role: Auxiliary data
Content type: text/plain
Description: pDB's UserConfig
Class: pDB
File based database SQL engine in pure PHP
Author: By
Last change: - cleaned-up and restructured the comments
Date: 20 years ago
Size: 790 bytes
 

Contents

Class file image Download
<? ; /* ; File : conf/users.conf ; This file specifies a list of allowed users to interact with pDB ; One line is used for each user. ; ; Example : ; user=password:allowed_db1,allowed_db2,allowed_db3 ; ; NOTE : Put a (=) after your username, ; a colon (:) after your password, ; while the dbs are delimeted with commas (,) ; ; ATTENTION : Using incorrect syntax in this file may cause ; pDB stop workin correctly or at all ! ; ; Create private DBS here pDB_GUI=pedebe:_private ; ; For the administrator there's a standard entry named 'root'. ; Please CHANGE the password) ; NOTE : You don't have to define any database after the root-password, ; cause root has access to everything ! root=pDB ; ; ; Define pDB users and their respective DB's here user=password: ; */ ?>