Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
xantus committed Jan 25, 2010
1 parent fb87545 commit 1d2ba5c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions script/websocket-example-1
Expand Up @@ -16,8 +16,6 @@ use Mojo::Server::Daemon;

die "This needs to be run as root, since the flash socket policy server listens on port 843." unless ( $> == 0 && $< == 0 );

app->home(Mojo::Home->new("$FindBin::Bin/../"));

get '/' => sub {
my $self = shift;
my $tx = $self->tx;
Expand Down

0 comments on commit 1d2ba5c

Please sign in to comment.