mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-19 19:09:13 -04:00
Delete forge in preparation to refresh it from vendors/forge/modified
This commit is contained in:
@@ -1,23 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* FORGE password input library.
|
||||
*
|
||||
* $Id$
|
||||
*
|
||||
* @package Forge
|
||||
* @author Kohana Team
|
||||
* @copyright (c) 2007-2008 Kohana Team
|
||||
* @license http://kohanaphp.com/license.html
|
||||
*/
|
||||
class Form_Password_Core extends Form_Input {
|
||||
|
||||
protected $data = array
|
||||
(
|
||||
'type' => 'password',
|
||||
'class' => 'password',
|
||||
'value' => '',
|
||||
);
|
||||
|
||||
protected $protect = array('type');
|
||||
|
||||
} // End Form Password
|
||||
Reference in New Issue
Block a user