discourse-legacysite-perl/site/runshops/comments_show.php
2024-06-17 22:42:14 +10:00

9 lines
274 B
PHP

<?PHP
if (eregi("comments_show.php", $_SERVER['SCRIPT_NAME'])) {
Header("Location: index.php"); die();
}
$fb_xid = intval(mysql_escape_string($_GET[uid]));
?>
<a name="comment"></a>
<fb:comments href="<? echo(curPageURL()); ?>" num_posts="5" width="622"></fb:comments>