diff --git a/README.md b/README.md index 344e8c9..4540855 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ This project provides a centralized platform integrating multiple services and tools for deployment, monitoring, and access management.  +  ## Features diff --git a/checksum/index.php b/checksum/index.php index ef45c17..589a246 100644 --- a/checksum/index.php +++ b/checksum/index.php @@ -4,25 +4,83 @@
Generate SHA-256 checksum for KT-latest.zip.
- + + - if (file_exists($file)) { - $checksum = hash_file('sha256', $file); - echo "SHA256 Checksum: $checksum
"; - } else { - echo "File not found!
"; + +SHA-256 Checksum
+$checksum
+File not found!
+