OSDN Git Service

Update to copyright year.
[idb/iDB.git.git] / inc / admin / sqldumper / cubrid.php
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.
5
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.
10
11     Copyright 2004-2012 iDB Support - http://idb.berlios.de/
12     Copyright 2004-2012 Game Maker 2k - http://gamemaker2k.org/
13
14     $FileInfo: cubrid.php - Last Update: 12/30/2011 SVN 781 - Author: cooldude2k $
15 */
16 $File3Name = basename($_SERVER['SCRIPT_NAME']);
17 if ($File3Name=="cubrid.php"||$File3Name=="/cubrid.php") {
18         require('index.php');
19         exit(); }
20
21 //Nothing here for now :P 
22 echo $TheProgrammerNaps;
23 redirect("location",$rbasedir.url_maker($exfile['index'],$Settings['file_ext'],"act=view",$Settings['qstr'],$Settings['qsep'],$prexqstr['index'],$exqstr['index'],false));
24 ob_clean(); header("Content-Type: text/plain; charset=".$Settings['charset']); $urlstatus = 302;
25 gzip_page($Settings['use_gzip'],$GZipEncode['Type']); session_write_close(); die();
26 ?>