Small update
[iDB.git] / setup / convert / info.php
blobb2508128e031d474768cef77fb12a9ceeae781fc
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-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1
12 Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2
13 iDB Installer made by Game Maker 2k - http://idb.berlios.net/
15 $FileInfo: info.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $
17 $ConvertInfo = array();
18 $ConvertInfo['ConvertFrom'] = null;
19 $ConvertInfo['ConvertTo'] = null;
20 $ConvertInfo['ConvertName'] = null;
21 $ConvertInfo['ConvertMaker'] = null;
22 $ConvertInfo['ConvertMakerURL'] = null;
23 $ConvertInfo['ConvertFile'] = null;
24 $ConvertInfo['ConvertVersion'] = null;
25 $ConvertInfo['ConvertPreVersion'] = null;
26 /* Demo Convert File */
27 // $ConvertInfo = array();
28 // $ConvertInfo['ConvertFrom'] = "DF2k";
29 // $ConvertInfo['ConvertTo'] = "iDB";
30 // $ConvertInfo['ConvertName'] = "DF2k to iDB";
31 // $ConvertInfo['ConvertMaker'] = "Cool Dude 2k";
32 // $ConvertInfo['ConvertMakerURL'] = "https://idb.osdn.jp/";
33 // $ConvertInfo['ConvertFile'] = "setup/convert/convert.php";
34 // $ConvertInfo['ConvertVersion'] = "1";
35 // $ConvertInfo['ConvertPreVersion'] = "1";