]> git.vanrenterghem.biz Git - www.vanrenterghem.biz.git/blob - phpBB2_old/admin/admin_xs.php
Baseline
[www.vanrenterghem.biz.git] / phpBB2_old / admin / admin_xs.php
1 <?php
3 /***************************************************************************
4  *                               admin_xs.php
5  *                               ------------
6  *   copyright            : (C) 2003 CyberAlien
7  *   support              : http://www.phpbbstyles.com
8  *
9  *   version              : 2.0.1
10  *
11  *   file revision        : 10
12  *   project revision     : 51
13  *   last modified        : 25 Aug 2004  11:51:47
14  *
15  ***************************************************************************/
17 /***************************************************************************
18  *
19  *   This program is free software; you can redistribute it and/or modify
20  *   it under the terms of the GNU General Public License as published by
21  *   the Free Software Foundation; either version 2 of the License, or
22  *   (at your option) any later version.
23  *
24  ***************************************************************************/
26 if(empty($setmodules))
27 {
28         return;
29 }
31 define('IN_XS', true);
32 define('XS_ADMIN_OVERRIDE', true);
33 include_once('xs_include.' . $phpEx);
34 return;
36 ?>