1
0
Fork 0
MySQLDumper/inc/restore.php
2011-06-10 21:28:27 +00:00

19 Zeilen
Kein EOL
517 B
PHP

<?php
/**
* This file is part of MySQLDumper released under the GNU/GPL 2 license
* http://www.mysqldumper.net
*
* @package MySQLDumper
* @version SVN: $rev: 1207 $
* @author $Author$
* @lastmodified $Date$
*/
include ('./inc/functions/functions_restore.php');
include ('./inc/functions/functions_files.php');
include ('./inc/define_icons.php');
if ($action == 'done') {
include('./inc/restore/restore_finished.php');
} else {
include('./inc/restore/restore_start.php');
}