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