6 lines
197 B
PHP
6 lines
197 B
PHP
<?php
|
|
header('Content-Type: text/html; charset=UTF-8');
|
|
echo 'Thank you for using ThinkSAAS';
|
|
echo '<br />';
|
|
echo '<a style="color:#999" href="https://www.thinksaas.cn">www.thinksaas.cn</a>';
|
|
exit; |