10 lines
99 B
PHP
Executable File
10 lines
99 B
PHP
Executable File
<?php
|
|
|
|
include('DataMigration.php');
|
|
|
|
$focus = new DataMigration();
|
|
|
|
$focus->startMigration();
|
|
|
|
?>
|