mirror of
https://github.com/tildeclub/site.git
synced 2026-03-10 05:50:17 +00:00
Update index.php
This commit is contained in:
committed by
GitHub
parent
9534c7e34c
commit
110fbd7365
@@ -7,7 +7,7 @@ if (isset($_GET['notice'])) {
|
|||||||
if ($notice == 'cancel') {
|
if ($notice == 'cancel') {
|
||||||
echo '<div class="notice-message">Your transaction was canceled.</div>';
|
echo '<div class="notice-message">Your transaction was canceled.</div>';
|
||||||
} elseif ($notice == 'thanks') {
|
} 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>';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user