]>
src.bluestatic.org Git - bugdar.git/blob - admin/jump.php
2 /*=====================================================================*\
3 || ################################################################### ||
4 || # BugStrike [#]version[#]
5 || # --------------------------------------------------------------- # ||
6 || # Copyright ©2002-[#]year[#] by Iris Studios, Inc. All Rights Reserved. # ||
7 || # This file may not be reproduced in any way without permission. # ||
8 || # --------------------------------------------------------------- # ||
9 || # User License Agreement at http://www.iris-studios.com/license/ # ||
10 || ################################################################### ||
11 \*=====================================================================*/
13 require_once('./global.php');
15 if ($bugsys->in
['jumplocation'] == -1 OR !$bugsys->in
['jumplocation'])
17 $admin->error($lang->string('Please select a location to jump to. Your selection is invalid.'));
20 header("Location: " . $bugsys->in
['jumplocation']);
22 /*=====================================================================*\
23 || ###################################################################
26 || ###################################################################
27 \*=====================================================================*/