Files
2023-06-22 13:33:25 +08:00

7 lines
154 B
PHP

<?php
defined('IN_TS') or die('Access Denied.');
$arrLocation = $new['location']->findAll('location');
$title = '全部同城';
include template('all');