Skip to content

Commit

Permalink
sec(Migration) delete obsolete migration files
Browse files Browse the repository at this point in the history
  • Loading branch information
joebordes committed Dec 19, 2021
1 parent e0a66b0 commit 77515c9
Show file tree
Hide file tree
Showing 42 changed files with 0 additions and 14,098 deletions.
Binary file added build/migrate5.zip
Binary file not shown.
11 changes: 0 additions & 11 deletions include/install/resources/utils.php
Expand Up @@ -1318,17 +1318,6 @@ public static function renameInstallationFiles() {
}
}

$ins_dir_renamed = true;
if (!@rename("modules/Migration/", $renamefile."Migration/")) {
if (@copy("modules/Migration/", $renamefile."Migration/")) {
if (!@unlink("modules/Migration/")) {
$ins_dir_renamed = false;
}
} else {
$ins_dir_renamed = false;
}
}

$result = array();
$result['renamefile'] = $renamefile;
$result['install_file_renamed'] = $ins_file_renamed;
Expand Down
359 changes: 0 additions & 359 deletions modules/Migration/ComboStrings.php

This file was deleted.

0 comments on commit 77515c9

Please sign in to comment.