minor: spaces, comments

git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@110 c66351dc-e62f-0410-b875-e3a5c0b9693f
This commit is contained in:
Evgeny Gryaznov 2008-09-29 16:47:06 +00:00
parent 77fde81610
commit 835eaabf06
5 changed files with 29 additions and 12 deletions

View File

@ -1,10 +1,11 @@
Web Instant Messenger 1.0.10 Web Instant Messenger
Copyright (c) 2005-2008 Web Messenger Creators Community. Copyright (c) 2005-2008 Web Messenger Creators Community.
This program and the accompanying materials are made available under All rights reserved. This program and the accompanying materials
the terms of the License which accompanies this distribution, are made available under the terms of the Eclipse Public License v1.0
and is available at http://webim.ru/license.html which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
REQUIREMENTS REQUIREMENTS

View File

@ -1,9 +1,10 @@
Web Instant Messenger 1.0.10 Web Instant Messenger
Copyright (c) 2005-2008 сообщество разработчиков Web Messenger. Copyright (c) 2005-2008 сообщество разработчиков Web Messenger.
Данное программное обеспечение и сопутствующие материалы подпадают под Все права защищены. Данное программное обеспечение и сопутствующие материалы
условия лицензии доступной по адресу http://webim.ru/license.html подпадают под условия Eclipse Public License v1.0, доступной по адресу
http://www.eclipse.org/legal/epl-v10.html
СИСТЕМНЫЕ ТРЕБОВАНИЯ СИСТЕМНЫЕ ТРЕБОВАНИЯ

View File

@ -57,8 +57,6 @@ if( !$thread || !isset($thread['ltoken']) || $token != $thread['ltoken'] ) {
die("wrong thread"); die("wrong thread");
} }
//$level = "simple";
setup_chatview_for_user($thread, $level); setup_chatview_for_user($thread, $level);
start_html_output(); start_html_output();

View File

@ -1 +1,18 @@
<?php header("Location: operator/index.php"); exit; ?> <?php
/*
* This file is part of Web Instant Messenger project.
*
* Copyright (c) 2005-2008 Internet Services Ltd.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Evgeny Gryaznov - initial API and implementation
*/
header("Location: operator/index.php");
exit;
?>