9 lines
199 B
HTML
9 lines
199 B
HTML
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<meta http-equiv="refresh" content="0; url=control.php"/>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
You should automatically be redirected to the <a href="control.php">login / dashboard page</a>.
|
||
|
|
</body>
|
||
|
|
</html>
|