Beispiel #1
0
}
try {
    require_once 'migrationFunctions.php';
} catch (Exception $e) {
    print "Error!: " . $e->getMessage() . "<br/>";
    die;
}
if (!$action) {
    ?>

	<table>
		<tr>
			<td id="dbSelection">Select Database<br>
			<?php 
    $myMigration = new migration();
    $myMigration->showDBSelects();
    ?>
			</td>
			<td align="center">
				<button id="help" type="button" class="btn btn-info" data-toggle="modal" data-target="#myModal" >Help</button>
			</td>
		</tr>
		<tr>
			<td>
			Tools
			</td>
		</tr>
		<tr style="vertical-align:top" height="200px;">
			<td>
			<?php 
    $myMigration->showPlugins();