⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 queue.common.php

📁 voip开源项目
💻 PHP
字号:
<?php/******************************************************************************** queue.common.php* 闃熷垪绠$悊* queue parameter file* 鍔熻兘鎻忚堪* Function Desc* Revision 0.0456  2007/11/7 16:00:00  modified by solo* Desc: page created********************************************************************************/header('Expires: Sat, 01 Jan 2000 00:00:00 GMT');header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT');header('Cache-Control: post-check=0, pre-check=0',false);header('Pragma: no-cache');session_cache_limiter('public, no-store');session_set_cookie_params(0);if (!session_id()) session_start();setcookie('PHPSESSID', session_id());if ($_SESSION['curuser']['extension'] == '' or  $_SESSION['curuser']['usertype'] != 'admin') 	header("Location: portal.php");require_once ("include/xajax.inc.php");require_once ('include/localization.class.php');$GLOBALS['locate']=new Localization($_SESSION['curuser']['country'],$_SESSION['curuser']['language'],'queue');$xajax = new xajax("queue.server.php");//$xajax->waitCursorOff();$xajax->registerFunction("init");$xajax->registerFunction("showQueuesStatus");define(ROWSXPAGE, 5); // Number of rows show it per page.define(MAXROWSXPAGE, 25);  // Total number of rows show it when click on "Show All" button.?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -