first commit

This commit is contained in:
renjianbo
2026-01-07 11:40:41 +08:00
parent 2b5d784e31
commit 8f2ed2c108
6466 changed files with 1431506 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
<?php
/**
* 邮件绑定代码
*
* LICENSE
*
* http://www.inews.com.cn/license/inews
*
* @category iNewS
* @package ChangeMe
* @subpackage ChangeMe
* @copyright Copyright (c) 2008 Zeed Technologies PRC Inc. (http://www.inews.com.cn)
* @author xSharp ( GTalk: xSharp@gmail.com )
* @since Apr 8, 2010
* @version SVN: $Id: User.php 5268 2010-05-28 08:13:43Z xsharp $
*/
class Com_Entity_Code_Email_Bind extends Com_Entity_Code
{
public $type = 'email.bind';
}
// End ^ LF ^ encoding

View File

@@ -0,0 +1,23 @@
<?php
/**
* 邮件绑定代码
*
* LICENSE
*
* http://www.inews.com.cn/license/inews
*
* @category iNewS
* @package ChangeMe
* @subpackage ChangeMe
* @copyright Copyright (c) 2008 Zeed Technologies PRC Inc. (http://www.inews.com.cn)
* @author xSharp ( GTalk: xSharp@gmail.com )
* @since Apr 8, 2010
* @version SVN: $Id: User.php 5268 2010-05-28 08:13:43Z xsharp $
*/
class Com_Entity_Code_Email_ClearMibaoka extends Com_Entity_Code
{
public $type = 'email.clearmibaoka';
}
// End ^ LF ^ encoding

View File

@@ -0,0 +1,23 @@
<?php
/**
* 通过邮件重置密码代码
*
* LICENSE
*
* http://www.inews.com.cn/license/inews
*
* @category iNewS
* @package ChangeMe
* @subpackage ChangeMe
* @copyright Copyright (c) 2008 Zeed Technologies PRC Inc. (http://www.inews.com.cn)
* @author xSharp ( GTalk: xSharp@gmail.com )
* @since Apr 8, 2010
* @version SVN: $Id: User.php 5268 2010-05-28 08:13:43Z xsharp $
*/
class Com_Entity_Code_Email_ForgotPassword extends Com_Entity_Code
{
public $type = 'email.forgotpassowrd';
}
// End ^ LF ^ encoding

View File

@@ -0,0 +1,26 @@
<?php
/**
* Zeed Platform Project
* Based on Zeed Framework & Zend Framework.
*
* BTS - Billing Transaction Service
* CAS - Central Authentication Service
*
* LICENSE
* http://www.zeed.com.cn/license/
*
* @category Zeed
* @package Zeed_ChangeMe
* @subpackage ChangeMe
* @copyright Copyright (c) 2010 Zeed Technologies PRC Inc. (http://www.zeed.com.cn)
* @author Zeed Team (http://blog.zeed.com.cn)
* @since 2010-9-14
* @version SVN: $Id$
*/
class Com_Entity_Code_Email_ResetQA extends Com_Entity_Code
{
public $type = 'email.resetqa';
}
// End ^ Native EOL ^ encoding