Update of /cvsroot/phpcvsview/phpcvsview
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9312
Modified Files:
func_FileDownload.php
Log Message:
- added error condition
Index: func_FileDownload.php
===================================================================
RCS file: /cvsroot/phpcvsview/phpcvsview/func_FileDownload.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** func_FileDownload.php 4 Feb 2005 09:43:48 -0000 1.4
--- func_FileDownload.php 30 May 2005 21:20:52 -0000 1.5
***************
*** 54,57 ****
--- 54,59 ----
// Close the connection.
$CVSServer->Disconnect();
+ } else{
+ echo $lang['err_connect'];
}
}
|