mirror of
https://github.com/Mibew/mibew.git
synced 2024-11-15 08:34:11 +03:00
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:
parent
77fde81610
commit
835eaabf06
@ -1,10 +1,11 @@
|
||||
|
||||
Web Instant Messenger 1.0.10
|
||||
Web Instant Messenger
|
||||
Copyright (c) 2005-2008 Web Messenger Creators Community.
|
||||
|
||||
This program and the accompanying materials are made available under
|
||||
the terms of the License which accompanies this distribution,
|
||||
and is available at http://webim.ru/license.html
|
||||
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
|
||||
|
||||
REQUIREMENTS
|
||||
|
||||
|
@ -1,9 +1,10 @@
|
||||
|
||||
Web Instant Messenger 1.0.10
|
||||
Web Instant 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
|
||||
|
||||
СИСТЕМНЫЕ ТРЕБОВАНИЯ
|
||||
|
||||
|
@ -29,7 +29,7 @@ if( !isset($_GET['token']) || !isset($_GET['thread']) ) {
|
||||
require('view/chat_leavemsg.php');
|
||||
exit;
|
||||
}
|
||||
|
||||
|
||||
$referer = isset($_SERVER['HTTP_REFERER']) ? $_SERVER['HTTP_REFERER'] : "";
|
||||
$extAddr = $_SERVER['REMOTE_ADDR'];
|
||||
$remoteHost = isset($_SERVER['REMOTE_HOST']) ? $_SERVER['REMOTE_HOST'] : $extAddr;
|
||||
@ -57,8 +57,6 @@ if( !$thread || !isset($thread['ltoken']) || $token != $thread['ltoken'] ) {
|
||||
die("wrong thread");
|
||||
}
|
||||
|
||||
//$level = "simple";
|
||||
|
||||
setup_chatview_for_user($thread, $level);
|
||||
start_html_output();
|
||||
|
||||
|
@ -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;
|
||||
|
||||
?>
|
@ -53,7 +53,7 @@ foreach( $output as $msg ) {
|
||||
}
|
||||
|
||||
$subject = getstring("mail.user.history.subject");
|
||||
$body = getstring2("mail.user.history.body", array($thread['userName'],$history) );
|
||||
$body = getstring2("mail.user.history.body", array($thread['userName'],$history) );
|
||||
|
||||
webim_mail($email, $webim_from_email, $subject, $body);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user