Subversion Repositories Applications.papyrus

Rev

Rev 1713 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1713 Rev 2150
Line 19... Line 19...
19
 * @author     Mika Tuupola <tuupola@appelsiini.net>
19
 * @author     Mika Tuupola <tuupola@appelsiini.net>
20
 * @author     Michael Wallner <mike@php.net>
20
 * @author     Michael Wallner <mike@php.net>
21
 * @author     Adam Ashley <aashley@php.net>
21
 * @author     Adam Ashley <aashley@php.net>
22
 * @copyright  2001-2006 The PHP Group
22
 * @copyright  2001-2006 The PHP Group
23
 * @license    http://www.php.net/license/3_01.txt  PHP License 3.01
23
 * @license    http://www.php.net/license/3_01.txt  PHP License 3.01
24
 * @version    CVS: $Id: File.php,v 1.3 2007-11-19 15:11:00 jp_milcent Exp $
24
 * @version    CVS: $Id: File.php,v 1.25 2007/06/12 03:11:26 aashley Exp $
25
 * @link       http://pear.php.net/package/Auth
25
 * @link       http://pear.php.net/package/Auth
26
 */
26
 */
Line 27... Line 27...
27
 
27
 
28
/**
28
/**
Line 50... Line 50...
50
 * @author     Mika Tuupola <tuupola@appelsiini.net>
50
 * @author     Mika Tuupola <tuupola@appelsiini.net>
51
 * @author     Michael Wallner <mike@php.net>
51
 * @author     Michael Wallner <mike@php.net>
52
 * @author     Adam Ashley <aashley@php.net>
52
 * @author     Adam Ashley <aashley@php.net>
53
 * @copyright  2001-2006 The PHP Group
53
 * @copyright  2001-2006 The PHP Group
54
 * @license    http://www.php.net/license/3_01.txt  PHP License 3.01
54
 * @license    http://www.php.net/license/3_01.txt  PHP License 3.01
55
 * @version    Release: 1.5.4  File: $Revision: 1.3 $
55
 * @version    Release: 1.5.4  File: $Revision: 1.25 $
56
 * @link       http://pear.php.net/package/Auth
56
 * @link       http://pear.php.net/package/Auth
57
 */
57
 */
58
class Auth_Container_File extends Auth_Container
58
class Auth_Container_File extends Auth_Container
59
{
59
{