r108: - Added blank admin/index.php file
[bugdar.git] / admin / index.php
1 <?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 \*=====================================================================*/
12
13 require_once('./global.php');
14
15
16 echo 'global navigation from $globalnav should go here';
17
18
19 /*=====================================================================*\
20 || ###################################################################
21 || # $HeadURL$
22 || # $Id$
23 || ###################################################################
24 \*=====================================================================*/
25 ?>