mirror of https://github.com/tildeclub/site.git
Update index.php
This commit is contained in:
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>';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue