mirror of
https://github.com/Mibew/tray.git
synced 2025-01-22 18:10:34 +03:00
apache 2 license in php headers
This commit is contained in:
parent
3741e57eab
commit
98aad6e490
@ -15,6 +15,9 @@
|
|||||||
<option name="USE_RELATIVE_INDENTS" value="false" />
|
<option name="USE_RELATIVE_INDENTS" value="false" />
|
||||||
</value>
|
</value>
|
||||||
</option>
|
</option>
|
||||||
|
<XML>
|
||||||
|
<option name="XML_LEGACY_SETTINGS_IMPORTED" value="true" />
|
||||||
|
</XML>
|
||||||
<codeStyleSettings language="PHP">
|
<codeStyleSettings language="PHP">
|
||||||
<indentOptions>
|
<indentOptions>
|
||||||
<option name="USE_TAB_CHARACTER" value="true" />
|
<option name="USE_TAB_CHARACTER" value="true" />
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* Copyright 2005-2013 Evgeny Gryaznov
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* Copyright 2005-2013 Evgeny Gryaznov
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* Copyright 2005-2013 Evgeny Gryaznov
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* Copyright 2005-2013 Evgeny Gryaznov
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* Copyright 2005-2013 Evgeny Gryaznov
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$dbtables = array(
|
$dbtables = array(
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once('../libs/common.php');
|
require_once('../libs/common.php');
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once('../libs/common.php');
|
require_once('../libs/common.php');
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* Copyright 2005-2013 Evgeny Gryaznov
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,19 +1,19 @@
|
|||||||
<?php
|
<?php
|
||||||
/* [external]
|
/*
|
||||||
|
* Copyright 2005-2013 the original author or authors.
|
||||||
This is PHP file that generates CAPTCHA image for the How to Create CAPTCHA
|
*
|
||||||
Protection using PHP and AJAX Tutorial
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
You may use this code in your own projects as long as this
|
* You may obtain a copy of the License at
|
||||||
copyright is left in place. All code is provided AS-IS.
|
*
|
||||||
This code is distributed in the hope that it will be useful,
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
*
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
For the rest of the code visit http://www.WebCheatSheet.com
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
Copyright 2006 WebCheatSheet.com
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
function can_show_captcha()
|
function can_show_captcha()
|
||||||
{
|
{
|
||||||
|
@ -1,23 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
* Pavel Petroshenko - history search
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$connection_timeout = 30; // sec
|
$connection_timeout = 30; // sec
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
session_start();
|
session_start();
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$_utf8win1251 = array(
|
$_utf8win1251 = array(
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
function demo_print_message($msg, $format)
|
function demo_print_message($msg, $format)
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$ifregexp = "/\\\${(if|ifnot):([\w\.]+)}(.*?)(\\\${else:\\2}.*?)?\\\${endif:\\2}/s";
|
$ifregexp = "/\\\${(if|ifnot):([\w\.]+)}(.*?)(\\\${else:\\2}.*?)?\\\${endif:\\2}/s";
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
|
||||||
*
|
*
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
|
||||||
* not to allow others to use your version of this file under the terms of the
|
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
*
|
||||||
* Contributors:
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
function generate_button($title, $locale, $style, $group, $inner, $showhost, $forcesecure, $modsecurity)
|
function generate_button($title, $locale, $style, $group, $inner, $showhost, $forcesecure, $modsecurity)
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
function group_by_id($id)
|
function group_by_id($id)
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
function webim_mail($toaddr, $reply_to, $subject, $body, $link)
|
function webim_mail($toaddr, $reply_to, $subject, $body, $link)
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$can_administrate = 0;
|
$can_administrate = 0;
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
function setup_operator_settings_tabs($opId, $active)
|
function setup_operator_settings_tabs($opId, $active)
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$pagination_spacing = " ";
|
$pagination_spacing = " ";
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
function update_settings()
|
function update_settings()
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
function get_useragent_version($userAgent)
|
function get_useragent_version($userAgent)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* Copyright 2005-2013 Evgeny Gryaznov
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* Copyright 2005-2013 Evgeny Gryaznov
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once('../libs/common.php');
|
require_once('../libs/common.php');
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once('../libs/common.php');
|
require_once('../libs/common.php');
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once('../libs/common.php');
|
require_once('../libs/common.php');
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once('../libs/common.php');
|
require_once('../libs/common.php');
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once('../libs/common.php');
|
require_once('../libs/common.php');
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once('../libs/common.php');
|
require_once('../libs/common.php');
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once('../libs/common.php');
|
require_once('../libs/common.php');
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once('../libs/common.php');
|
require_once('../libs/common.php');
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once('../libs/common.php');
|
require_once('../libs/common.php');
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once('../libs/common.php');
|
require_once('../libs/common.php');
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once('../libs/common.php');
|
require_once('../libs/common.php');
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once('../libs/common.php');
|
require_once('../libs/common.php');
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Pavel Petroshenko - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once('../libs/common.php');
|
require_once('../libs/common.php');
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once('../libs/common.php');
|
require_once('../libs/common.php');
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once('../libs/common.php');
|
require_once('../libs/common.php');
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once('../libs/common.php');
|
require_once('../libs/common.php');
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once('../libs/common.php');
|
require_once('../libs/common.php');
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once('../libs/common.php');
|
require_once('../libs/common.php');
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once('../libs/common.php');
|
require_once('../libs/common.php');
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once('../libs/common.php');
|
require_once('../libs/common.php');
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once('../libs/common.php');
|
require_once('../libs/common.php');
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once('../libs/common.php');
|
require_once('../libs/common.php');
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once('../libs/common.php');
|
require_once('../libs/common.php');
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once('../libs/common.php');
|
require_once('../libs/common.php');
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once('../libs/common.php');
|
require_once('../libs/common.php');
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once('../libs/common.php');
|
require_once('../libs/common.php');
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once('../libs/common.php');
|
require_once('../libs/common.php');
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once('../libs/common.php');
|
require_once('../libs/common.php');
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once('../libs/common.php');
|
require_once('../libs/common.php');
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once('../libs/common.php');
|
require_once('../libs/common.php');
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once('../libs/common.php');
|
require_once('../libs/common.php');
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Pavel Petroshenko - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once('../libs/common.php');
|
require_once('../libs/common.php');
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once('../libs/common.php');
|
require_once('../libs/common.php');
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* Copyright 2005-2013 Evgeny Gryaznov
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once("inc_menu.php");
|
require_once("inc_menu.php");
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once("inc_menu.php");
|
require_once("inc_menu.php");
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once("inc_menu.php");
|
require_once("inc_menu.php");
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$page['title'] = getlocal("page_ban.title");
|
$page['title'] = getlocal("page_ban.title");
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once("inc_menu.php");
|
require_once("inc_menu.php");
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once("inc_menu.php");
|
require_once("inc_menu.php");
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$page['title'] = $page['key'] ? getlocal("cannededit.title") : getlocal("cannednew.title");
|
$page['title'] = $page['key'] ? getlocal("cannededit.title") : getlocal("cannednew.title");
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$page['title'] = getlocal("confirm.take.head");
|
$page['title'] = getlocal("confirm.take.head");
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once("inc_menu.php");
|
require_once("inc_menu.php");
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once("inc_menu.php");
|
require_once("inc_menu.php");
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once("inc_menu.php");
|
require_once("inc_menu.php");
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once("inc_menu.php");
|
require_once("inc_menu.php");
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once("inc_menu.php");
|
require_once("inc_menu.php");
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if( isset($errors) && count($errors) > 0 ) { ?>
|
if( isset($errors) && count($errors) > 0 ) { ?>
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
function menuloc($id) {
|
function menuloc($id) {
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$isrtl = getlocal("localedirection") == 'rtl';
|
$isrtl = getlocal("localedirection") == 'rtl';
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
function menuli($name) {
|
function menuli($name) {
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
|
||||||
*
|
*
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
|
||||||
* not to allow others to use your version of this file under the terms of the
|
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
*
|
||||||
* Contributors:
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
function print_tabbar() {
|
function print_tabbar() {
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$page['title'] = getlocal("install.err.title");
|
$page['title'] = getlocal("install.err.title");
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if(isset($page) && isset($page['localeLinks'])) {
|
if(isset($page) && isset($page['localeLinks'])) {
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$page['title'] = getlocal("license.title");
|
$page['title'] = getlocal("license.title");
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if(isset($page) && isset($page['localeLinks'])) {
|
if(isset($page) && isset($page['localeLinks'])) {
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once("inc_menu.php");
|
require_once("inc_menu.php");
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once("inc_menu.php");
|
require_once("inc_menu.php");
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once("inc_menu.php");
|
require_once("inc_menu.php");
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once("inc_menu.php");
|
require_once("inc_menu.php");
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once("inc_menu.php");
|
require_once("inc_menu.php");
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if(isset($page) && isset($page['localeLinks'])) {
|
if(isset($page) && isset($page['localeLinks'])) {
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if(isset($page) && isset($page['localeLinks'])) {
|
if(isset($page) && isset($page['localeLinks'])) {
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once("inc_menu.php");
|
require_once("inc_menu.php");
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once("inc_menu.php");
|
require_once("inc_menu.php");
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once("inc_menu.php");
|
require_once("inc_menu.php");
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$page['title'] = getlocal("thread.chat_log");
|
$page['title'] = getlocal("thread.chat_log");
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once("inc_menu.php");
|
require_once("inc_menu.php");
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$page['title'] = getlocal("page.translate.title");
|
$page['title'] = getlocal("page.translate.title");
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once("inc_menu.php");
|
require_once("inc_menu.php");
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once("inc_menu.php");
|
require_once("inc_menu.php");
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of Mibew Messenger project.
|
* Copyright 2005-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Mibew Messenger Community
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* All rights reserved. The contents of this file are subject to the terms of
|
* you may not use this file except in compliance with the License.
|
||||||
* the Eclipse Public License v1.0 which accompanies this distribution, and
|
* You may obtain a copy of the License at
|
||||||
* is available at http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
*
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Alternatively, the contents of this file may be used under the terms of
|
*
|
||||||
* the GNU General Public License Version 2 or later (the "GPL"), in which case
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* the provisions of the GPL are applicable instead of those above. If you wish
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* to allow use of your version of this file only under the terms of the GPL, and
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* not to allow others to use your version of this file under the terms of the
|
* See the License for the specific language governing permissions and
|
||||||
* EPL, indicate your decision by deleting the provisions above and replace them
|
* limitations under the License.
|
||||||
* with the notice and other provisions required by the GPL.
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$page['title'] = getlocal("page.analysis.userhistory.title");
|
$page['title'] = getlocal("page.analysis.userhistory.title");
|
||||||
|
Loading…
Reference in New Issue
Block a user