Revision 455
- Date:
- 2014/11/27 12:00:47
- Files:
Legend:
- Added
- Removed
- Modified
-
utf8/plugins/users/lib/users/State.pm.proto
11 11 my $self = {}; 12 12 bless $self, $class; 13 13 14 # configured 15 $self->{debug} = (lc('@DEBUG@') eq 'yes'); 16 $self->{project} = '@PROJECT@'; 17 $self->{contenido_notab} = 0; 18 $self->{tab_name} = 'Пользователи'; 19 14 20 # зашитая конфигурация плагина 15 21 $self->{db_type} = 'none'; 16 22 $self->{db_keepalive} = 0; … … 50 56 51 57 # зашитая конфигурация плагина 52 58 $self->{attributes}->{$_} = 'SCALAR' for qw( 59 debug 60 project 61 tab_name 62 53 63 db_type 54 64 profile_document_class 55 65 use_credentials