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

5 lines
190 B
PHP

<?php
defined('IN_TS') or die('Access Denied.');
$topicid = tsIntval($_GET['id']);
header('HTTP/1.1 301 Moved Permanently');
header('Location: '.tsUrl('topic','show',array('id'=>$topicid)));