diff --git a/src/messenger/webim/index.php b/src/messenger/webim/index.php index 62a87c42..90cae3c7 100644 --- a/src/messenger/webim/index.php +++ b/src/messenger/webim/index.php @@ -10,9 +10,13 @@ * * Contributors: * Evgeny Gryaznov - initial API and implementation +*I thought this would be good for now */ - -header("Location: operator/index.php"); -exit; - -?> \ No newline at end of file +?> +<html> +<head> +<title>OpenWebim</title> +<meta http-equiv="REFRESH" content="0;url=operator/index.php"></HEAD> +<BODY> +</BODY> +</HTML> \ No newline at end of file