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

5 lines
112 B
PHP

<?php
defined('IN_TS') or die('Access Denied.');
$title = $TS_SITE['site_subtitle'];
include template("index");