mirror of
				https://github.com/Mibew/tray.git
				synced 2025-10-03 00:03:34 +03:00 
			
		
		
		
	Update headers
This commit is contained in:
		
							parent
							
								
									ae149896e7
								
							
						
					
					
						commit
						466cc31f45
					
				| @ -291,4 +291,4 @@ function get_indexes($tablename, $link) | ||||
| 	} | ||||
| } | ||||
| 
 | ||||
| ?>
 | ||||
| ?>
 | ||||
| @ -232,4 +232,4 @@ if ($act == "silentcreateall") { | ||||
| mysql_close($link); | ||||
| header("Location: $webimroot/install/index.php"); | ||||
| exit; | ||||
| ?>
 | ||||
| ?>
 | ||||
| @ -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) | ||||
|  | ||||
| @ -829,4 +829,4 @@ function get_remote_host() | ||||
| 	return isset($_SERVER['REMOTE_HOST']) ? $_SERVER['REMOTE_HOST'] : $extAddr; | ||||
| } | ||||
| 
 | ||||
| ?>
 | ||||
| ?>
 | ||||
| @ -805,4 +805,4 @@ function setcsrftoken() | ||||
| 	} | ||||
| } | ||||
| 
 | ||||
| ?>
 | ||||
| ?>
 | ||||
| @ -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 */ | ||||
| 
 | ||||
| ?>
 | ||||
| ?>
 | ||||
| @ -94,4 +94,4 @@ function get_top_level_group($group) | ||||
| 	return is_null($group['parent'])?$group:group_by_id($group['parent']); | ||||
| } | ||||
| 
 | ||||
| ?>
 | ||||
| ?>
 | ||||
| @ -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) | ||||
| 	} | ||||
| } | ||||
| 
 | ||||
| ?>
 | ||||
| ?>
 | ||||
| @ -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); | ||||
| } | ||||
| 
 | ||||
| ?>
 | ||||
| ?>
 | ||||
| @ -577,4 +577,4 @@ function get_operator_groupids($operatorid) | ||||
| 	return $result; | ||||
| } | ||||
| 
 | ||||
| ?>
 | ||||
| ?>
 | ||||
| @ -32,4 +32,4 @@ function setup_operator_settings_tabs($opId, $active) | ||||
| 	} | ||||
| } | ||||
| 
 | ||||
| ?>
 | ||||
| ?>
 | ||||
| @ -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) . ");"; | ||||
| } | ||||
| 
 | ||||
| ?>
 | ||||
| ?>
 | ||||
| @ -44,4 +44,4 @@ function setup_settings_tabs($active) | ||||
| 	} | ||||
| } | ||||
| 
 | ||||
| ?>
 | ||||
| ?>
 | ||||
| @ -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) | ||||
| 	} | ||||
| } | ||||
| 
 | ||||
| ?>
 | ||||
| ?>
 | ||||
| @ -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; | ||||
| } | ||||
| 
 | ||||
| ?>
 | ||||
| ?>
 | ||||
| @ -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']); | ||||
| } | ||||
| 
 | ||||
| ?>
 | ||||
| ?>
 | ||||
| @ -99,4 +99,4 @@ prepare_menu($operator); | ||||
| setup_operator_settings_tabs($opId, 1); | ||||
| start_html_output(); | ||||
| require('../view/avatar.php'); | ||||
| ?>
 | ||||
| ?>
 | ||||
| @ -118,4 +118,4 @@ prepare_menu($operator, false); | ||||
| start_html_output(); | ||||
| require('../view/ban.php'); | ||||
| exit; | ||||
| ?>
 | ||||
| ?>
 | ||||
| @ -53,4 +53,4 @@ start_html_output(); | ||||
| 
 | ||||
| require('../view/blocked_visitors.php'); | ||||
| exit; | ||||
| ?>
 | ||||
| ?>
 | ||||
| @ -97,4 +97,4 @@ $page['formgroup'] = $groupid; | ||||
| prepare_menu($operator); | ||||
| start_html_output(); | ||||
| require('../view/canned.php'); | ||||
| ?>
 | ||||
| ?>
 | ||||
| @ -79,4 +79,4 @@ prepare_menu($operator, false); | ||||
| start_html_output(); | ||||
| require('../view/cannededit.php'); | ||||
| exit; | ||||
| ?>
 | ||||
| ?>
 | ||||
| @ -67,4 +67,4 @@ prepare_menu($operator); | ||||
| setup_settings_tabs(1); | ||||
| start_html_output(); | ||||
| require('../view/features.php'); | ||||
| ?>
 | ||||
| ?>
 | ||||
| @ -232,4 +232,4 @@ prepare_menu($operator); | ||||
| setup_group_settings_tabs($groupid, 0); | ||||
| start_html_output(); | ||||
| require('../view/group.php'); | ||||
| ?>
 | ||||
| ?>
 | ||||
| @ -89,4 +89,4 @@ prepare_menu($operator); | ||||
| setup_group_settings_tabs($groupid, 1); | ||||
| start_html_output(); | ||||
| require('../view/groupmembers.php'); | ||||
| ?>
 | ||||
| ?>
 | ||||
| @ -78,4 +78,4 @@ $page['availableDirections'] = array( | ||||
| prepare_menu($operator); | ||||
| start_html_output(); | ||||
| require('../view/groups.php'); | ||||
| ?>
 | ||||
| ?>
 | ||||
| @ -85,4 +85,4 @@ $page['forminsystemmessages'] = $searchInSystemMessages; | ||||
| prepare_menu($operator); | ||||
| start_html_output(); | ||||
| require('../view/thread_search.php'); | ||||
| ?>
 | ||||
| ?>
 | ||||
| @ -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; | ||||
| 
 | ||||
| ?>
 | ||||
| ?>
 | ||||
| @ -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'); | ||||
|  | ||||
| @ -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'); | ||||
| ?>
 | ||||
| ?>
 | ||||
| @ -136,4 +136,4 @@ prepare_menu($operator); | ||||
| setup_operator_settings_tabs($opId, 0); | ||||
| start_html_output(); | ||||
| require('../view/agent.php'); | ||||
| ?>
 | ||||
| ?>
 | ||||
| @ -114,4 +114,4 @@ setlocale(LC_TIME, getstring("time.locale")); | ||||
| prepare_menu($operator); | ||||
| start_html_output(); | ||||
| require('../view/agents.php'); | ||||
| ?>
 | ||||
| ?>
 | ||||
| @ -83,4 +83,4 @@ prepare_menu($operator); | ||||
| setup_operator_settings_tabs($opId, 2); | ||||
| start_html_output(); | ||||
| require('../view/operator_groups.php'); | ||||
| ?>
 | ||||
| ?>
 | ||||
| @ -127,4 +127,4 @@ prepare_menu($operator); | ||||
| setup_settings_tabs(2); | ||||
| start_html_output(); | ||||
| require('../view/performance.php'); | ||||
| ?>
 | ||||
| ?>
 | ||||
| @ -86,4 +86,4 @@ prepare_menu($operator); | ||||
| setup_operator_settings_tabs($opId, 3); | ||||
| start_html_output(); | ||||
| require('../view/permissions.php'); | ||||
| ?>
 | ||||
| ?>
 | ||||
| @ -65,4 +65,4 @@ $page['token'] = $token; | ||||
| $page['isdone'] = false; | ||||
| start_html_output(); | ||||
| require('../view/resetpwd.php'); | ||||
| ?>
 | ||||
| ?>
 | ||||
| @ -60,4 +60,4 @@ $page['localeLinks'] = get_locale_links("$webimroot/operator/restore.php"); | ||||
| $page['isdone'] = false; | ||||
| start_html_output(); | ||||
| require('../view/restore.php'); | ||||
| ?>
 | ||||
| ?>
 | ||||
| @ -113,4 +113,4 @@ prepare_menu($operator); | ||||
| setup_settings_tabs(0); | ||||
| start_html_output(); | ||||
| require('../view/settings.php'); | ||||
| ?>
 | ||||
| ?>
 | ||||
| @ -100,4 +100,4 @@ prepare_menu($operator); | ||||
| setup_statistics_tabs($activetab); | ||||
| start_html_output(); | ||||
| require('../view/statistics.php'); | ||||
| ?>
 | ||||
| ?>
 | ||||
| @ -51,4 +51,4 @@ if (isset($_GET['threadid'])) { | ||||
| prepare_menu($operator, false); | ||||
| start_html_output(); | ||||
| require('../view/thread_log.php'); | ||||
| ?>
 | ||||
| ?>
 | ||||
| @ -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'); | ||||
|  | ||||
| @ -228,4 +228,4 @@ $page['formshow'] = $show; | ||||
| prepare_menu($operator); | ||||
| start_html_output(); | ||||
| require('../view/translatelist.php'); | ||||
| ?>
 | ||||
| ?>
 | ||||
| @ -286,4 +286,4 @@ echo '</update>'; | ||||
| notify_operator_alive($operator['operatorid'], $status); | ||||
| exit; | ||||
| 
 | ||||
| ?>
 | ||||
| ?>
 | ||||
| @ -58,4 +58,4 @@ prepare_menu($operator); | ||||
| setup_pagination($found, 6); | ||||
| start_html_output(); | ||||
| require('../view/userhistory.php'); | ||||
| ?>
 | ||||
| ?>
 | ||||
| @ -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'); | ||||
|  | ||||
| @ -127,4 +127,4 @@ require_once('inc_errors.php'); | ||||
| } /* content */ | ||||
| 
 | ||||
| require_once('inc_main.php'); | ||||
| ?>
 | ||||
| ?>
 | ||||
| @ -136,4 +136,4 @@ $('a.removelink').click(function(){ | ||||
| } /* content */ | ||||
| 
 | ||||
| require_once('inc_main.php'); | ||||
| ?>
 | ||||
| ?>
 | ||||
| @ -94,4 +94,4 @@ require_once('inc_errors.php'); | ||||
| } /* content */ | ||||
| 
 | ||||
| require_once('inc_main.php'); | ||||
| ?>
 | ||||
| ?>
 | ||||
| @ -120,4 +120,4 @@ if( $page['pagination.items'] ) { | ||||
| } /* content */ | ||||
| 
 | ||||
| require_once('inc_main.php'); | ||||
| ?>
 | ||||
| ?>
 | ||||
| @ -77,4 +77,4 @@ require_once('inc_errors.php'); | ||||
| } /* content */ | ||||
| 
 | ||||
| require_once('inc_main.php'); | ||||
| ?>
 | ||||
| ?>
 | ||||
| @ -238,4 +238,4 @@ require_once('inc_errors.php'); | ||||
| } /* content */ | ||||
| 
 | ||||
| require_once('inc_main.php'); | ||||
| ?>
 | ||||
| ?>
 | ||||
| @ -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"); | ||||
|  | ||||
| @ -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"); | ||||
|  | ||||
| @ -152,4 +152,4 @@ require_once('inc_errors.php'); | ||||
| } /* content */ | ||||
| 
 | ||||
| require_once('inc_main.php'); | ||||
| ?>
 | ||||
| ?>
 | ||||
| @ -64,4 +64,4 @@ require_once('inc_errors.php'); | ||||
| } /* content */ | ||||
| 
 | ||||
| require_once('inc_main.php'); | ||||
| ?>
 | ||||
| ?>
 | ||||
| @ -160,4 +160,4 @@ require_once('inc_errors.php'); | ||||
| } /* content */ | ||||
| 
 | ||||
| require_once('inc_main.php'); | ||||
| ?>
 | ||||
| ?>
 | ||||
| @ -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"); | ||||
|  | ||||
| @ -74,4 +74,4 @@ require_once('inc_errors.php'); | ||||
| } /* content */ | ||||
| 
 | ||||
| require_once('inc_main.php'); | ||||
| ?>
 | ||||
| ?>
 | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user