/[SysIface]/lib/SysIface/Context.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /lib/SysIface/Context.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 5 by dpavlin, Tue Jun 16 19:47:21 2009 UTC revision 6 by dpavlin, Tue Jun 16 22:15:34 2009 UTC
# Line 10  sub param { Line 10  sub param {
10          $self->req->params->param( shift );          $self->req->params->param( shift );
11  }  }
12    
13    sub title {
14            my $self = shift;
15            $self->req->params->param( 'hostname' );
16    }
17    
18  1;  1;

Legend:
Removed from v.5  
changed lines
  Added in v.6

  ViewVC Help
Powered by ViewVC 1.1.26