From: Antoine Musso Date: Fri, 11 Jun 2004 21:14:51 +0000 (+0000) Subject: removing print_r *hides X-Git-Tag: 1.5.0alpha1~2908 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dcompta/operations/modifier.php?a=commitdiff_plain;h=cd43f3b122b7eec049b3dc9449bc49b0d833e81a;p=lhc%2Fweb%2Fwiklou.git removing print_r *hides --- diff --git a/index.php b/index.php index 662cc078ac..3eb25720a6 100644 --- a/index.php +++ b/index.php @@ -168,5 +168,4 @@ $wgOut->output(); foreach ( $wgDeferredUpdateList as $up ) { $up->doUpdate(); } logProfilingData(); wfDebug( "Request ended normally\n" ); -print_r($GLOBALS); ?>