summaryrefslogtreecommitdiff
path: root/htdocs/profile.php
blob: e0c19eae9a5e7c3c46104a76804b0d9ad00f46bf (plain)
1
2
3
4
5
6
<?php
    // This page has moved, redirect.
    $user_id = addslashes($_GET{"user_id"});
    header("Location: account/profile.php?user_id=$user_id");
    exit;
?>