/[Perly]/lib/Perly/Dispatcher.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/Perly/Dispatcher.pm

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

revision 36 by dpavlin, Wed Jun 6 18:48:51 2007 UTC revision 37 by dpavlin, Thu Jun 7 09:44:58 2007 UTC
# Line 15  before '*' => run { Line 15  before '*' => run {
15    
16          $top->child( 'Upload' => url => '/upload' );          $top->child( 'Upload' => url => '/upload' );
17          $top->child( 'Run' => url => '/run' );          $top->child( 'Run' => url => '/run' );
18            $top->child( 'Prefs' => url => '/prefs' )
19                    if Jifty->web->current_user->id;
20    
21  };  };
22    

Legend:
Removed from v.36  
changed lines
  Added in v.37

  ViewVC Help
Powered by ViewVC 1.1.26