3 # TWiki Enterprise Collaboration Platform, http://TWiki.org/
5 # Copyright (C) 1999-2007 Peter Thoeny and TWiki Contributors.
7 # For licensing info read LICENSE file in the TWiki root.
8 # This program is free software; you can redistribute it and/or
9 # modify it under the terms of the GNU General Public License
10 # as published by the Free Software Foundation; either version 2
11 # of the License, or (at your option) any later version.
13 # This program is distributed in the hope that it will be useful,
14 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 # GNU General Public License for more details, published at
17 # http://www.gnu.org/copyleft/gpl.html
19 # As per the GPL, removal of this notice is prohibited.
22 # See the 'view' script for a description of what this does
23 if( $ENV{"SCRIPT_FILENAME"} &&
24 $ENV{"SCRIPT_FILENAME"} =~ /^(.+)\/[^\/]+$/ ) {
32 use TWiki::UI::Manage;
33 TWiki::UI::run( \&TWiki::UI::Manage::manage );