diff --git a/www/datafile.php b/www/datafile.php index ca7d2f957..c45b06ec1 100644 --- a/www/datafile.php +++ b/www/datafile.php @@ -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);