Code: Alles auswählen
$meta = '<meta http-equiv="refresh" content="3;url=' . append_sid("viewtopic.$phpEx?" . POST_POST_URL . "=" . $post_id) . '#' . $post_id . '">';
Code: Alles auswählen
$_SERVER['HTTP_REFERER']Code: Alles auswählen
if (!strstr($_SERVER['HTTP_REFERER'],"meine Seite")) {
header("Location: portal.php");
}