Update index.php

This commit is contained in:
deepend-tildeclub 2024-09-19 19:28:20 -06:00 committed by GitHub
parent 9534c7e34c
commit 110fbd7365
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ if (isset($_GET['notice'])) {
if ($notice == 'cancel') {
echo '<div class="notice-message">Your transaction was canceled.</div>';
} elseif ($notice == 'thanks') {
echo '<div class="notice-message">Thank you for helping us provide this great service!</div>';
echo '<div class="notice-message">Thank you for helping this great service continue to exist!</div>';
}
}
?>