Merge branch 'master' of github.com:damnoodle/Unraid-SlackPack

This commit is contained in:
damnoodle 2022-08-23 20:44:34 -05:00
commit fd75f9511d
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<?php
// clear config every time to remove old package settings
$keys = [];
?>
?>

View File

@ -43,4 +43,4 @@ function file_check_sha1($file, $sha1) {
return ($sha1_file == $sha1);
}
?>
?>