ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/ext/map-style.ext
(Generate patch)

Comparing deliantra/server/ext/map-style.ext (file contents):
Revision 1.1 by root, Sat Jan 13 23:06:13 2007 UTC vs.
Revision 1.3 by root, Tue May 4 21:45:42 2010 UTC

1#! perl # MANDATORY 1#! perl # mandatory
2 2
3cf::map->register (qr{^/styles/}); 3cf::map->register (qr{^/styles/});
4 4
5sub init { 5sub init {
6 my ($self) = @_; 6 my ($self) = @_;
11 $self->{deny_activate} = 1; 11 $self->{deny_activate} = 1;
12 12
13 1 13 1
14} 14}
15 15
161
17

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines