passwd.security.class.inc

来自「groupoffice」· INC 代码 · 共 35 行

INC
35
字号
<?php/*** @copyright Intermesh 2005* @author Merijn Schering <mschering@intermesh.nl>* @version $Revision: 1.1 $ $Date: 2005/04/27 12:39:14 $**  This program is free software; you can redistribute it and/or modify it*  under the terms of the GNU General Public License as published by the*  Free Software Foundation; either version 2 of the License, or (at your*  option) any later version.*/require_once($GO_CONFIG->class_path.'base/sql.security.class.inc');/*** This is the passwd secuity management class. Dummy for the sql.security class** @package  Framework* @author   Merijn Schering <mschering@intermesh.nl>* @since    Group-Office 2.05*/class passwd_security extends sql_security {		/**	* Constructor. Initialises base class of the security class family	*	* @access public	* @return void	*/	function passwd_security() {		$this->sql_security();	}}?>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?