Index: /opt/gemeinschaft/htdocs/gui/srv/faxdown.php
===================================================================
--- /opt/gemeinschaft/htdocs/gui/srv/faxdown.php	(Revision 5550)
+++ /opt/gemeinschaft/htdocs/gui/srv/faxdown.php	(Arbeitskopie)
@@ -50,8 +50,10 @@
 
 if ($raw) $realfile = '/tmp/'.$file;
 else      $realfile = '/tmp/'.$fname.'.pdf';
-$realfile = realPath($realfile);
 
+// this file does not exist at this time
+//$realfile = realPath($realfile);
+
 if (! $file || $realfile===false || subStr($realfile,0,5)!='/tmp/') {
 	header( 'HTTP/1.0 404 Not Found', true, 404 );
 	header( 'Status: 404 Not Found' , true, 404 );
