includes/clientside/firebug/firebugx.js
author Dan
Mon, 11 Aug 2008 21:33:46 -0400
changeset 681 424ea7aac0ca
parent 551 3acd624d4f4f
permissions -rw-r--r--
SECURITY: Full query is no longer shown on SQL injection attempt; silenced calls to mysql_unbuffered_query() due to some untraceable yet harmless errors

if(!("console" in window)||!("firebug" in console)){var names=["log","debug","info","warn","error","assert","dir","dirxml","group","groupEnd","time","timeEnd","count","trace","profile","profileEnd"];window.console={};for(var i=0;i<names.length;++i){window.console[names[i]]=function(){}}};