Update headers

This commit is contained in:
Dmitriy Simushev 2013-03-12 21:03:50 +00:00
parent ae149896e7
commit 466cc31f45
57 changed files with 202 additions and 259 deletions

View File

@ -291,4 +291,4 @@ function get_indexes($tablename, $link)
}
}
?>
?>

View File

@ -232,4 +232,4 @@ if ($act == "silentcreateall") {
mysql_close($link);
header("Location: $webimroot/install/index.php");
exit;
?>
?>

View File

@ -1,22 +1,18 @@
<?php
/*
* This file is part of Mibew Messenger project.
* Copyright 2005-2013 the original author or authors.
*
* Copyright (c) 2005-2011 Mibew Messenger Community
* All rights reserved. The contents of this file are subject to the terms of
* the Eclipse Public License v1.0 which accompanies this distribution, and
* is available at http://www.eclipse.org/legal/epl-v10.html
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* 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
* 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.
* http://www.apache.org/licenses/LICENSE-2.0
*
* Contributors:
* Evgeny Gryaznov - initial API and implementation
* Unless required by applicable law or agreed to in writing, software
* 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 load_canned_messages($locale, $groupid)

View File

@ -829,4 +829,4 @@ function get_remote_host()
return isset($_SERVER['REMOTE_HOST']) ? $_SERVER['REMOTE_HOST'] : $extAddr;
}
?>
?>

View File

@ -805,4 +805,4 @@ function setcsrftoken()
}
}
?>
?>

View File

@ -51,4 +51,4 @@ $mail_encoding = "utf-8";
$home_locale = "en"; /* native name will be used in this locale */
$default_locale = "en"; /* if user does not provide known lang */
?>
?>

View File

@ -94,4 +94,4 @@ function get_top_level_group($group)
return is_null($group['parent'])?$group:group_by_id($group['parent']);
}
?>
?>

View File

@ -1,22 +1,18 @@
<?php
/*
* This file is part of Mibew Messenger project.
* Copyright 2005-2013 the original author or authors.
*
* Copyright (c) 2005-2011 Mibew Messenger Community
* All rights reserved. The contents of this file are subject to the terms of
* the Eclipse Public License v1.0 which accompanies this distribution, and
* is available at http://www.eclipse.org/legal/epl-v10.html
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* 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
* 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.
* http://www.apache.org/licenses/LICENSE-2.0
*
* Contributors:
* Fedor Fetisov - tracking and inviting implementation
* Unless required by applicable law or agreed to in writing, software
* 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 invitation_state($visitorid, $link)
@ -74,4 +70,4 @@ function invitation_accept($visitorid, $threadid, $link)
}
}
?>
?>

View File

@ -31,4 +31,4 @@ function webim_mail($toaddr, $reply_to, $subject, $body, $link)
@mail($toaddr, $real_subject, wordwrap(myiconv($webim_encoding, $mail_encoding, $body), 70), $headers);
}
?>
?>

View File

@ -577,4 +577,4 @@ function get_operator_groupids($operatorid)
return $result;
}
?>
?>

View File

@ -32,4 +32,4 @@ function setup_operator_settings_tabs($opId, $active)
}
}
?>
?>

View File

@ -1,22 +1,18 @@
<?php
/*
* This file is part of Mibew Messenger project.
* Copyright 2005-2013 the original author or authors.
*
* Copyright (c) 2005-2011 Mibew Messenger Community
* All rights reserved. The contents of this file are subject to the terms of
* the Eclipse Public License v1.0 which accompanies this distribution, and
* is available at http://www.eclipse.org/legal/epl-v10.html
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* 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
* 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.
* http://www.apache.org/licenses/LICENSE-2.0
*
* Contributors:
* Dmitriy Simushev - Cross-domain javascript requests implementation
* Unless required by applicable law or agreed to in writing, software
* 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 build_js_response($response)
@ -28,4 +24,4 @@ function build_js_response($response)
return "mibewOnResponse(" . json_encode($result) . ");";
}
?>
?>

View File

@ -44,4 +44,4 @@ function setup_settings_tabs($active)
}
}
?>
?>

View File

@ -1,22 +1,18 @@
<?php
/*
* This file is part of Mibew Messenger project.
*
* Copyright (c) 2005-2011 Mibew Messenger Community
* All rights reserved. The contents of this file are subject to the terms of
* the Eclipse Public License v1.0 which accompanies this distribution, and
* is available at http://www.eclipse.org/legal/epl-v10.html
*
* 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
* 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:
* Evgeny Gryaznov - initial API and implementation
* Copyright 2005-2013 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* 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 get_statistics_query($type)
@ -43,4 +39,4 @@ function setup_statistics_tabs($active)
}
}
?>
?>

View File

@ -1,22 +1,18 @@
<?php
/*
* This file is part of Mibew Messenger project.
*
* Copyright (c) 2005-2011 Mibew Messenger Community
* All rights reserved. The contents of this file are subject to the terms of
* the Eclipse Public License v1.0 which accompanies this distribution, and
* is available at http://www.eclipse.org/legal/epl-v10.html
*
* 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
* 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:
* Evgeny Gryaznov - initial API and implementation
* Copyright 2005-2013 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* 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 get_style_list($stylesfolder)
@ -33,4 +29,4 @@ function get_style_list($stylesfolder)
return $stylelist;
}
?>
?>

View File

@ -1,22 +1,18 @@
<?php
/*
* This file is part of Mibew Messenger project.
* Copyright 2005-2013 the original author or authors.
*
* Copyright (c) 2005-2011 Mibew Messenger Community
* All rights reserved. The contents of this file are subject to the terms of
* the Eclipse Public License v1.0 which accompanies this distribution, and
* is available at http://www.eclipse.org/legal/epl-v10.html
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* 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
* 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.
* http://www.apache.org/licenses/LICENSE-2.0
*
* Contributors:
* Fedor Fetisov - tracking and inviting implementation
* Unless required by applicable law or agreed to in writing, software
* 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.
*/
require_once(dirname(__FILE__).'/chat.php');
@ -124,4 +120,4 @@ function track_retrieve_details($visitor)
return unserialize($visitor['details']);
}
?>
?>

View File

@ -99,4 +99,4 @@ prepare_menu($operator);
setup_operator_settings_tabs($opId, 1);
start_html_output();
require('../view/avatar.php');
?>
?>

View File

@ -118,4 +118,4 @@ prepare_menu($operator, false);
start_html_output();
require('../view/ban.php');
exit;
?>
?>

View File

@ -53,4 +53,4 @@ start_html_output();
require('../view/blocked_visitors.php');
exit;
?>
?>

View File

@ -97,4 +97,4 @@ $page['formgroup'] = $groupid;
prepare_menu($operator);
start_html_output();
require('../view/canned.php');
?>
?>

View File

@ -79,4 +79,4 @@ prepare_menu($operator, false);
start_html_output();
require('../view/cannededit.php');
exit;
?>
?>

View File

@ -67,4 +67,4 @@ prepare_menu($operator);
setup_settings_tabs(1);
start_html_output();
require('../view/features.php');
?>
?>

View File

@ -232,4 +232,4 @@ prepare_menu($operator);
setup_group_settings_tabs($groupid, 0);
start_html_output();
require('../view/group.php');
?>
?>

View File

@ -89,4 +89,4 @@ prepare_menu($operator);
setup_group_settings_tabs($groupid, 1);
start_html_output();
require('../view/groupmembers.php');
?>
?>

View File

@ -78,4 +78,4 @@ $page['availableDirections'] = array(
prepare_menu($operator);
start_html_output();
require('../view/groups.php');
?>
?>

View File

@ -85,4 +85,4 @@ $page['forminsystemmessages'] = $searchInSystemMessages;
prepare_menu($operator);
start_html_output();
require('../view/thread_search.php');
?>
?>

View File

@ -1,22 +1,18 @@
<?php
/*
* This file is part of Mibew Messenger project.
* Copyright 2005-2013 the original author or authors.
*
* Copyright (c) 2005-2011 Mibew Messenger Community
* All rights reserved. The contents of this file are subject to the terms of
* the Eclipse Public License v1.0 which accompanies this distribution, and
* is available at http://www.eclipse.org/legal/epl-v10.html
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* 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
* 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.
* http://www.apache.org/licenses/LICENSE-2.0
*
* Contributors:
* Fedor Fetisov - tracking and inviting implementation
* Unless required by applicable law or agreed to in writing, software
* 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.
*/
require_once('../libs/common.php');
@ -42,4 +38,4 @@ echo '<threadid>' . ($invitation['threadid'] ? $invitation['threadid'] : '0') .
echo '</invitation>';
exit;
?>
?>

View File

@ -1,22 +1,18 @@
<?php
/*
* This file is part of Mibew Messenger project.
*
* Copyright (c) 2005-2011 Mibew Messenger Community
* All rights reserved. The contents of this file are subject to the terms of
* the Eclipse Public License v1.0 which accompanies this distribution, and
* is available at http://www.eclipse.org/legal/epl-v10.html
*
* 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
* 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:
* Evgeny Gryaznov - initial API and implementation
* Copyright 2005-2013 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* 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.
*/
require_once('../libs/common.php');

View File

@ -1,22 +1,18 @@
<?php
/*
* This file is part of Mibew Messenger project.
* Copyright 2005-2013 the original author or authors.
*
* Copyright (c) 2005-2011 Mibew Messenger Community
* All rights reserved. The contents of this file are subject to the terms of
* the Eclipse Public License v1.0 which accompanies this distribution, and
* is available at http://www.eclipse.org/legal/epl-v10.html
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* 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
* 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.
* http://www.apache.org/licenses/LICENSE-2.0
*
* Contributors:
* Fedor Fetisov - tracking and inviting implementation
* Unless required by applicable law or agreed to in writing, software
* 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.
*/
require_once('../libs/common.php');
@ -41,4 +37,4 @@ $page['frequency'] = $settings['updatefrequency_operator'];
start_html_output();
require('../view/invite.php');
?>
?>

View File

@ -136,4 +136,4 @@ prepare_menu($operator);
setup_operator_settings_tabs($opId, 0);
start_html_output();
require('../view/agent.php');
?>
?>

View File

@ -114,4 +114,4 @@ setlocale(LC_TIME, getstring("time.locale"));
prepare_menu($operator);
start_html_output();
require('../view/agents.php');
?>
?>

View File

@ -83,4 +83,4 @@ prepare_menu($operator);
setup_operator_settings_tabs($opId, 2);
start_html_output();
require('../view/operator_groups.php');
?>
?>

View File

@ -127,4 +127,4 @@ prepare_menu($operator);
setup_settings_tabs(2);
start_html_output();
require('../view/performance.php');
?>
?>

View File

@ -86,4 +86,4 @@ prepare_menu($operator);
setup_operator_settings_tabs($opId, 3);
start_html_output();
require('../view/permissions.php');
?>
?>

View File

@ -65,4 +65,4 @@ $page['token'] = $token;
$page['isdone'] = false;
start_html_output();
require('../view/resetpwd.php');
?>
?>

View File

@ -60,4 +60,4 @@ $page['localeLinks'] = get_locale_links("$webimroot/operator/restore.php");
$page['isdone'] = false;
start_html_output();
require('../view/restore.php');
?>
?>

View File

@ -113,4 +113,4 @@ prepare_menu($operator);
setup_settings_tabs(0);
start_html_output();
require('../view/settings.php');
?>
?>

View File

@ -100,4 +100,4 @@ prepare_menu($operator);
setup_statistics_tabs($activetab);
start_html_output();
require('../view/statistics.php');
?>
?>

View File

@ -51,4 +51,4 @@ if (isset($_GET['threadid'])) {
prepare_menu($operator, false);
start_html_output();
require('../view/thread_log.php');
?>
?>

View File

@ -1,22 +1,18 @@
<?php
/*
* This file is part of Mibew Messenger project.
* Copyright 2005-2013 the original author or authors.
*
* Copyright (c) 2005-2011 Mibew Messenger Community
* All rights reserved. The contents of this file are subject to the terms of
* the Eclipse Public License v1.0 which accompanies this distribution, and
* is available at http://www.eclipse.org/legal/epl-v10.html
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* 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
* 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.
* http://www.apache.org/licenses/LICENSE-2.0
*
* Contributors:
* Fedor Fetisov - tracking and inviting implementation
* Unless required by applicable law or agreed to in writing, software
* 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.
*/
require_once('../libs/chat.php');

View File

@ -228,4 +228,4 @@ $page['formshow'] = $show;
prepare_menu($operator);
start_html_output();
require('../view/translatelist.php');
?>
?>

View File

@ -286,4 +286,4 @@ echo '</update>';
notify_operator_alive($operator['operatorid'], $status);
exit;
?>
?>

View File

@ -58,4 +58,4 @@ prepare_menu($operator);
setup_pagination($found, 6);
start_html_output();
require('../view/userhistory.php');
?>
?>

View File

@ -1,23 +1,18 @@
<?php
/*
* This file is part of Mibew Messenger project.
* Copyright 2005-2013 the original author or authors.
*
* Copyright (c) 2005-2011 Mibew Messenger Community
* All rights reserved. The contents of this file are subject to the terms of
* the Eclipse Public License v1.0 which accompanies this distribution, and
* is available at http://www.eclipse.org/legal/epl-v10.html
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* 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
* 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.
* http://www.apache.org/licenses/LICENSE-2.0
*
* Contributors:
* Fedor Fetisov - tracking and inviting implementation
* Dmitriy Simushev - Cross-domain javascript requests implementation
* Unless required by applicable law or agreed to in writing, software
* 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.
*/
require_once('libs/common.php');

View File

@ -127,4 +127,4 @@ require_once('inc_errors.php');
} /* content */
require_once('inc_main.php');
?>
?>

View File

@ -136,4 +136,4 @@ $('a.removelink').click(function(){
} /* content */
require_once('inc_main.php');
?>
?>

View File

@ -94,4 +94,4 @@ require_once('inc_errors.php');
} /* content */
require_once('inc_main.php');
?>
?>

View File

@ -120,4 +120,4 @@ if( $page['pagination.items'] ) {
} /* content */
require_once('inc_main.php');
?>
?>

View File

@ -77,4 +77,4 @@ require_once('inc_errors.php');
} /* content */
require_once('inc_main.php');
?>
?>

View File

@ -238,4 +238,4 @@ require_once('inc_errors.php');
} /* content */
require_once('inc_main.php');
?>
?>

View File

@ -1,22 +1,18 @@
<?php
/*
* This file is part of Mibew Messenger project.
*
* Copyright (c) 2005-2011 Mibew Messenger Community
* All rights reserved. The contents of this file are subject to the terms of
* the Eclipse Public License v1.0 which accompanies this distribution, and
* is available at http://www.eclipse.org/legal/epl-v10.html
*
* 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
* 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:
* Evgeny Gryaznov - initial API and implementation
* Copyright 2005-2013 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* 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.
*/
require_once("inc_menu.php");

View File

@ -1,22 +1,18 @@
<?php
/*
* This file is part of Mibew Messenger project.
* Copyright 2005-2013 the original author or authors.
*
* Copyright (c) 2005-2011 Mibew Messenger Community
* All rights reserved. The contents of this file are subject to the terms of
* the Eclipse Public License v1.0 which accompanies this distribution, and
* is available at http://www.eclipse.org/legal/epl-v10.html
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* 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
* 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.
* http://www.apache.org/licenses/LICENSE-2.0
*
* Contributors:
* Fedor Fetisov - tracking and inviting implementation
* Unless required by applicable law or agreed to in writing, software
* 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.
*/
$page['title'] = getlocal("invitation.title");

View File

@ -152,4 +152,4 @@ require_once('inc_errors.php');
} /* content */
require_once('inc_main.php');
?>
?>

View File

@ -64,4 +64,4 @@ require_once('inc_errors.php');
} /* content */
require_once('inc_main.php');
?>
?>

View File

@ -160,4 +160,4 @@ require_once('inc_errors.php');
} /* content */
require_once('inc_main.php');
?>
?>

View File

@ -1,22 +1,18 @@
<?php
/*
* This file is part of Mibew Messenger project.
* Copyright 2005-2013 the original author or authors.
*
* Copyright (c) 2005-2011 Mibew Messenger Community
* All rights reserved. The contents of this file are subject to the terms of
* the Eclipse Public License v1.0 which accompanies this distribution, and
* is available at http://www.eclipse.org/legal/epl-v10.html
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* 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
* 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.
* http://www.apache.org/licenses/LICENSE-2.0
*
* Contributors:
* Fedor Fetisov - tracking and inviting implementation
* Unless required by applicable law or agreed to in writing, software
* 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.
*/
$page['title'] = getlocal("tracked.path");

View File

@ -74,4 +74,4 @@ require_once('inc_errors.php');
} /* content */
require_once('inc_main.php');
?>
?>