@@ -0,0 +1,5 @@
|
||||
<?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)));
|
||||
Reference in New Issue
Block a user