精灵王子

浩瀚网络中的一粒沙子!
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2013年8月7日

摘要: php.ini中增加如下配置参数disable_functions =exec,system,passthru,popen,pclose,shell_exec,proc_open,dl,chmod 阅读全文

posted @ 2013-08-07 14:50 精灵王子 阅读(128) 评论(0) 推荐(0)

2013年3月25日

摘要: function SetHome(obj, url) { try { obj.style.behavior='url(#default#homepage)'; obj.setHomePage(url); } catch(e) { if (window.netscape) { try { netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect"); } catch(e) { ... 阅读全文

posted @ 2013-03-25 17:07 精灵王子 阅读(420) 评论(0) 推荐(0)