Sources for file plugins/dbspec/auth.php in version 2.0 Release Candidate 1
Click on a comment to hide it. Click here to show all comments.
/*
* Project: Onyx: PHP Application Backend
* File: plugins/dbspec/auth.php
* Database Specs for the SQL authentication module
*
* Version: 2.0rc1
* CVS tag: $Id: auth.php,v 1.8 2002/11/29 07:22:12 bok Exp $
* Author: Robert Amos <bok[at]ausmac.net>
* Andrew Wellington <proton[at]wiretapped.net>
* Copyright: 2001,2002 odynia.org.
*/
class dbspec_auth {
// juarez
var $_title = "auth";
var $_database = "uls";
var $username = "username";
var $password = "password";
var $groups = "groups";
var $realname = "realname";
}
?>
