discourse-legacysite-perl/site/runshops/comments_show.php

9 lines
274 B
PHP
Raw Normal View History

2024-06-17 12:42:14 +00:00
<?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>