Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[使用] 为什么升级到1.8后头部一大堆代码呢

[复制链接]
独魂雪 发表于 2011-5-24 11:38:08 | 显示全部楼层 |阅读模式
http://www.lgqshw.com/brand


是什么文件没传对么
谢谢
 楼主| 独魂雪 发表于 2011-5-24 11:54:28 | 显示全部楼层
key = 'db&operation=export'; break; case 'logs': $key = 'logs&operation=admin'; break; default: $key = $action; break; } //return returnperm($key,$perms); if(isset($perms[$key])) { return $perms[$key]; } return false; } function returnperm($key,$perms) { if(isset($perms[$key])) { return $perms[$key]; } else { return false; } } function check_itemaccess($itemid, $mname) { global $_G, $_SGLOBAL; if($mname == "shop") { $shopid = $itemid; } else { $shopid = DB::result_first("SELECT shopid FROM ".DB::table($mname."items")." WHERE itemid = $itemid"); } if(!empty($shopid)) { $shopcatid = DB::result_first("SELECT catid FROM ".DB::table("shopitems")." WHERE itemid = $shopid"); } if(!empty($shopcatid)) { if(!empty($_SGLOBAL['adminsession']['cpgroupshopcats']) && in_array($shopcatid, explode(",", $_SGLOBAL['adminsession']['cpgroupshopcats']))) { return true; } } return false; } /** * 鏄?惁闇
回复

使用道具 举报

 楼主| 独魂雪 发表于 2011-5-24 14:52:56 | 显示全部楼层
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-18 12:26 , Processed in 0.032114 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表