mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Added TorrentPier instance hash
generation (#1726)
* Added `TorrentPier instance hash` generation * Update CHANGELOG.md
This commit is contained in:
parent
8aa1bd77d7
commit
11f5b50760
5 changed files with 11 additions and 3 deletions
|
@ -388,5 +388,5 @@ if (!empty($DB_HOST) && !empty($DB_DATABASE) && !empty($DB_USERNAME)) {
|
|||
$conn->close();
|
||||
out("- Importing SQL dump completed!\n", 'success');
|
||||
out("- Voila! Good luck & have fun!", 'success');
|
||||
rename(__FILE__, __FILE__ . '_' . hash('md5', time()));
|
||||
rename(__FILE__, __FILE__ . '_' . hash('xxh128', time()));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue