|
|
|
@ -17,7 +17,7 @@ function affiche_usage_memoire(){
|
|
|
|
|
if (test_espace_prive() |
|
|
|
|
AND function_exists('taille_en_octets') |
|
|
|
|
AND !_request('action')) |
|
|
|
|
echo "<div style='position:fixed;top:0;right:0;color:#fff;background:#666;padding:5px;z-index:1000;'>" |
|
|
|
|
echo "<div style='position:fixed;top:0;right:0;color:#fff;background:#666;padding:5px;z-index:1010;'>" |
|
|
|
|
. taille_en_octets(memory_get_usage()) |
|
|
|
|
. '</div>'; |
|
|
|
|
if (isset($GLOBALS['_debug'])) |
|
|
|
|