摘要:
php.ini中增加如下配置参数disable_functions =exec,system,passthru,popen,pclose,shell_exec,proc_open,dl,chmod 阅读全文
posted @ 2013-08-07 14:50 精灵王子 阅读(128) 评论(0) 推荐(0)
|
|||
|
摘要:
php.ini中增加如下配置参数disable_functions =exec,system,passthru,popen,pclose,shell_exec,proc_open,dl,chmod 阅读全文
posted @ 2013-08-07 14:50 精灵王子 阅读(128) 评论(0) 推荐(0)
摘要:
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) |
|||