/[Frey]/trunk/lib/Frey/Server.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 /trunk/lib/Frey/Server.pm

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

revision 617 by dpavlin, Sat Nov 29 15:05:55 2008 UTC revision 618 by dpavlin, Sat Nov 29 15:19:43 2008 UTC
# Line 132  sub main { Line 132  sub main {
132                          $f->request( $req );                          $f->request( $req );
133                  } elsif ( $path =~ $editor->url_regex ) {                  } elsif ( $path =~ $editor->url_regex ) {
134                          $req->print( $editor->command( $path ) );                          $req->print( $editor->command( $path ) );
                         $editor->command( $path );  
135                          return;                          return;
136                  } elsif (                  } elsif (
137                          $path =~ m{/([^/]+)/(\w*as_\w+)/?([^/]+)?}                          $path =~ m{/([^/]+)/(\w*as_\w+)/?([^/]+)?}

Legend:
Removed from v.617  
changed lines
  Added in v.618

  ViewVC Help
Powered by ViewVC 1.1.26