📄 menu_top.php
字号:
<?php
include_once( "inc/auth.php" );
$PRIV_NO_FLAG = "2";
$MANAGE_FLAG = "1";
$MODULE_ID = 9;
include_once( "inc/my_priv.php" );
$MENU_TOP = array( );
$MENU_TOP[] = array( "text" => "在职人员", "href" => "in_service.php", "target" => "", "title" => "", "img" => "/images/menu/hrms.gif" );
if ( $DEPT_PRIV == "1" )
{
$MENU_TOP[] = array( "text" => "离职人员", "href" => "retired.php", "target" => "", "title" => "", "img" => "/images/menu/hrms.gif" );
}
include_once( "inc/menu_top.php" );
print_r( $MY_PRIV );
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -