Sources for file plugins/dbspec/auth.php in version 2.0 Beta 4
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.0b4
* CVS tag: $Id: auth.php,v 1.6 2002/10/28 14:49:53 bok Exp $
* Author: Robert Amos <bok[at]ausmac.net>
* Andrew Wellington <proton[at]wiretapped.net>
* Copyright: 2001,2002 Shiznatz.
*/
class dbspec_auth {
// juarez
var $_title = "auth";
var $_database = "uls";
var $username = "username";
var $password = "password";
var $groups = "groups";
var $realname = "realname";
}
?>
