Files
thinksaas_lmve/thinksaas/index.php
T
2023-06-22 13:33:25 +08:00

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;