mirror of
https://github.com/Mibew/tray.git
synced 2025-01-22 18:10:34 +03:00
Update headers
This commit is contained in:
parent
ae149896e7
commit
466cc31f45
@ -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 load_canned_messages($locale, $groupid)
|
function load_canned_messages($locale, $groupid)
|
||||||
|
@ -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
|
||||||
* Fedor Fetisov - tracking and inviting 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 invitation_state($visitorid, $link)
|
function invitation_state($visitorid, $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
|
|
||||||
*
|
*
|
||||||
* 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
|
||||||
* Dmitriy Simushev - Cross-domain javascript requests 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 build_js_response($response)
|
function build_js_response($response)
|
||||||
|
@ -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 get_statistics_query($type)
|
function get_statistics_query($type)
|
||||||
|
@ -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 get_style_list($stylesfolder)
|
function get_style_list($stylesfolder)
|
||||||
|
@ -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
|
||||||
* Fedor Fetisov - tracking and inviting 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.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once(dirname(__FILE__).'/chat.php');
|
require_once(dirname(__FILE__).'/chat.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
|
|
||||||
*
|
*
|
||||||
* 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
|
||||||
* Fedor Fetisov - tracking and inviting 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.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
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
|
|
||||||
*
|
*
|
||||||
* 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.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
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
|
|
||||||
*
|
*
|
||||||
* 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
|
||||||
* Fedor Fetisov - tracking and inviting 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.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
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
|
|
||||||
*
|
*
|
||||||
* 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
|
||||||
* Fedor Fetisov - tracking and inviting 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.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once('../libs/chat.php');
|
require_once('../libs/chat.php');
|
||||||
|
@ -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
|
|
||||||
*
|
*
|
||||||
* 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
|
||||||
* Fedor Fetisov - tracking and inviting implementation
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* Dmitriy Simushev - Cross-domain javascript requests implementation
|
* 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');
|
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
|
|
||||||
*
|
*
|
||||||
* 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.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
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
|
|
||||||
*
|
*
|
||||||
* 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
|
||||||
* Fedor Fetisov - tracking and inviting 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.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$page['title'] = getlocal("invitation.title");
|
$page['title'] = getlocal("invitation.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
|
|
||||||
*
|
*
|
||||||
* 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
|
||||||
* Fedor Fetisov - tracking and inviting 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.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$page['title'] = getlocal("tracked.path");
|
$page['title'] = getlocal("tracked.path");
|
||||||
|
Loading…
Reference in New Issue
Block a user