Revision 693 (by ahitrov, 2018/08/13 11:24:32) Initial import

<& $call, %ARGS &>
<%init>

  my $call;
  if ( $r->uri eq '/contenido/money/' ) {
        $call = 'index.html';
  } else {
        &abort404;
  }

</%init>