Ajout information debug

This commit is contained in:
Michael RICOIS 2009-07-07 16:09:39 +00:00
parent 720969549a
commit 40cb98efec

View File

@ -12,6 +12,7 @@ switch($type){
break;
default: exit; break;
}
$firephp->log('path',$path.$file);
if(file_exists($path.$file)){
header("Content-type: $content_type");
print file_get_contents($path.$file);