⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 passwd.security.class.inc

📁 groupoffice
💻 INC
字号:
<?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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -