Struggeling with relocating
Dieser Commit ist enthalten in:
Commit
89ea01c429
301 geänderte Dateien mit 59926 neuen und 0 gelöschten Zeilen
19
inc/restore.php
Normale Datei
19
inc/restore.php
Normale Datei
|
|
@ -0,0 +1,19 @@
|
|||
<?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');
|
||||
}
|
||||
Laden …
Tabelle hinzufügen
Einen Link hinzufügen
In neuem Issue referenzieren