1# See bottom of file for license and copyright information
2package Foswiki;
3
4use strict;
5use warnings;
6
7use Foswiki::Macros::SCRIPTURL;
8
9sub SCRIPTURLPATH {
10    my ( $this, $params, $topicObject ) = @_;
11    return SCRIPTURL( @_, 1 );
12}
13
141;
15__END__
16Foswiki - The Free and Open Source Wiki, http://foswiki.org/
17
18Copyright (C) 2015 Foswiki Contributors. Foswiki Contributors
19are listed in the AUTHORS file in the root of this distribution.
20NOTE: Please extend that file, not this notice.
21
22This program is free software; you can redistribute it and/or
23modify it under the terms of the GNU General Public License
24as published by the Free Software Foundation; either version 2
25of the License, or (at your option) any later version. For
26more details read LICENSE in the root of this distribution.
27
28This program is distributed in the hope that it will be useful,
29but WITHOUT ANY WARRANTY; without even the implied warranty of
30MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
31
32As per the GPL, removal of this notice is prohibited.
33