Files
2022-05-04 09:05:59 +01:00

16 lines
512 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Redirecting</title>
<noscript>
<meta http-equiv="refresh" content="1; url=../../../9.3/cookbook/create-user-programmatically/" />
</noscript>
<script>
window.location.replace("../../../9.3/cookbook/create-user-programmatically/" + window.location.hash);
</script>
</head>
<body>
Redirecting to <a href="../../../9.3/cookbook/create-user-programmatically/">../../../9.3/cookbook/create-user-programmatically/</a>...
</body>
</html>