Added support for OPML.
[iDB.git] / settings.php
blob45361544066f7a3e8289bf946850f244b23d356e
1 <?php
2 /*
3 This program is free software; you can redistribute it and/or modify
4 it under the terms of the Revised BSD License.
6 This program is distributed in the hope that it will be useful,
7 but WITHOUT ANY WARRANTY; without even the implied warranty of
8 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9 Revised BSD License for more details.
11 Copyright 2004-2009 iDB Support - http://idb.berlios.de/
12 Copyright 2004-2009 Game Maker 2k - http://gamemaker2k.org/
13 iDB Installer made by Game Maker 2k - http://idb.berlios.net/
15 $FileInfo: settings.php & settingsbak.php - Last Update: 11/23/2009 SVN 357 - Author: cooldude2k $
17 /* You Need to install iDB. Run install.php */
18 $File3Name = basename($_SERVER['SCRIPT_NAME']);
19 if ($File3Name=="settings.php"||$File3Name=="/settings.php"||
20 $File3Name=="settingsbak.php"||$File3Name=="/settingsbak.php") {
21 header('Location: index.php');
22 exit(); }