mirror of
https://github.com/Mibew/design.git
synced 2025-01-22 18:10:33 +03:00
license, readme, update version to 1.6.2
git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@603 c66351dc-e62f-0410-b875-e3a5c0b9693f
This commit is contained in:
parent
faf9ff61b2
commit
38f4db4100
15
src/messenger/webim/COPYING
Normal file
15
src/messenger/webim/COPYING
Normal file
@ -0,0 +1,15 @@
|
||||
Mibew Messenger
|
||||
Copyright (c) 2005-2009 Mibew Messenger Community
|
||||
|
||||
TERMS OF USE
|
||||
|
||||
Mibew Messenger is currently available for use in all personal or
|
||||
commercial projects under both EPL and GPL licenses. This means
|
||||
that you can choose the license that best suits your project, and
|
||||
use it accordingly.
|
||||
|
||||
Eclipse Public License:
|
||||
http://www.eclipse.org/legal/epl-v10.html
|
||||
|
||||
General Public License:
|
||||
http://www.gnu.org/copyleft/gpl.html
|
@ -1,23 +1,17 @@
|
||||
|
||||
Mibew Messenger
|
||||
Copyright (c) 2005-2009 Mibew Messenger Community
|
||||
|
||||
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
|
||||
|
||||
* Apache web server 1.3.34 or above
|
||||
* MySQL database 5.0 or above
|
||||
* PHP 4.x or above with MySQL support
|
||||
|
||||
QUICK INSTALLATION
|
||||
INSTALLATION
|
||||
|
||||
1. Create folder with name 'webim' in the root of your website.
|
||||
2. Upload all the files contained in this archive (retaining the directory structure) into created folder.
|
||||
Be sure to chromo the webim folder to 755 and the install folder to 644.
|
||||
Be sure to chromo the webim folder to 755 and the install folder to 644.
|
||||
3. Add a MySQL database with the name 'webim'
|
||||
4. Edit /webim/libs/config.php to the information needed to connect to the database
|
||||
5. Using your web browser visit http://<yourdomain>/webim/install/ and
|
1
src/messenger/webim/VERSION
Normal file
1
src/messenger/webim/VERSION
Normal file
@ -0,0 +1 @@
|
||||
Mibew/1.6.2
|
@ -24,7 +24,7 @@ session_start();
|
||||
require_once(dirname(__FILE__).'/converter.php');
|
||||
require_once(dirname(__FILE__).'/config.php');
|
||||
|
||||
$version = '1.6.1';
|
||||
$version = '1.6.2';
|
||||
|
||||
function myiconv($in_enc, $out_enc, $string) {
|
||||
global $_utf8win1251, $_win1251utf8;
|
||||
@ -551,7 +551,7 @@ function webim_mail($toaddr, $reply_to, $subject, $body) {
|
||||
mail($toaddr, $real_subject, wordwrap(myiconv($webim_encoding, $mail_encoding, $body),70), $headers);
|
||||
}
|
||||
|
||||
$dbversion = '1.6.0.3';
|
||||
$dbversion = '1.6.2';
|
||||
|
||||
$settings = array(
|
||||
'dbversion' => 0,
|
||||
|
Loading…
Reference in New Issue
Block a user