Files
thinksaas_lmve/app/pricetrend/action/index.php
T
2023-07-05 02:27:25 +08:00

5 lines
137 B
PHP

<?php
defined('IN_TS') or die('Access Denied.');
include pubTemplate("header");
include template('index');
include pubTemplate("footer");