Sources for file plugins/dbspec/auth.php in version 2.0
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.0
* CVS tag: $Id: auth.php,v 1.12 2003/05/31 08:29:39 bok Exp $
* Author: Robert Amos <bok[at]ausmac.net>
* Andrew Wellington <proton[at]wiretapped.net>
* Copyright: 2001,2002,2003 odynia.org.
*/
class dbspec_auth {
// juarez
var $_title = "auth";
var $_database = "uls";
var $username = "username";
var $password = "password";
var $groups = "groups";
var $realname = "realname";
var $icon = "icon";
}
?>
