📄 managerportal.common.php
字号:
<?php/******************************************************************************** managerportal.common.php* managerportal鍙傛暟淇℃伅鏂囦欢* manaer parameter file* 鍔熻兘鎻忚堪* Function Desc* Revision 0.045 2007/10/17 15:25: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']['usertype'] == 'agent') 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'],'managerportal');$xajax = new xajax("managerportal.server.php");$xajax->registerFunction("init");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 + -