Changeset 902

Show
Ignore:
Timestamp:
10/30/07 16:50:58 (6 years ago)
Author:
yappo
Message:

lang/perl/mobirc: oops, = is not //=

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/mobirc/trunk/mobirc/mobirc

    r899 r902  
    4545$config->{httpd}->{charset} ||= 'cp932'; 
    4646$config->{httpd}->{root} ||= '/'; 
    47 $config->{httpd}->{echo} ||= true; 
     47$config->{httpd}->{echo} = true unless exists $config->{httpd}->{echo}; 
    4848$config->{global}->{assets_dir} ||= File::Spec->catfile($FindBin::Bin, 'assets'); 
    4949$config->{httpd}->{cookie_expires} ||= '+3d';