. */ declare(strict_types=1); // Redirect legacy URLs to the new router. $_GET['xref'] = $_GET['nid'] ?? ''; $_GET['route'] = 'note'; header('HTTP/1.1 301 Moved Permanently'); header('Location: index.php?' . http_build_query($_GET, '', '&', PHP_QUERY_RFC3986));