I solved issues [April 18]

This commit is contained in:
Paula V. Quispe
2015-04-21 13:42:09 -04:00
parent e374f7a550
commit 0071e43de7
6 changed files with 24 additions and 15 deletions

View File

@@ -98,7 +98,7 @@ class Upgrade
$installedMD5 = "";
} else {
$time = microtime(1);
$installedMD5 = md5_file($installedFile);
$installedMD5 = G::encryptFileOld($installedFile);
$checksumTime += microtime(1) - $time;
}
$archiveMD5 = $checksum;