[slbackup-commit] CVS update: slbackup-php/src index.php

finnarne-guest at alioth.debian.org finnarne-guest at alioth.debian.org
Tue Apr 17 01:09:32 UTC 2007


  User: finnarne-guest
  Date: 07/04/17 01:09:32

  Modified:    src      index.php
  Log:
  Translated a bit to much...
  
  Revision  Changes    Path
  1.23      +1 -1      slbackup-php/src/index.php
  
  Index: index.php
  ===================================================================
  RCS file: /cvsroot/slbackup/slbackup-php/src/index.php,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- index.php	17 Apr 2007 00:56:55 -0000	1.22
  +++ index.php	17 Apr 2007 01:09:32 -0000	1.23
  @@ -514,7 +514,7 @@
           header ('Content-Length: ' . strlen ($out)) ; 
           header (sprintf ("Content-Disposition: attachment; filename=\"%s\"", basename ($newconf["file"]))) ; 
           echo $out ; 
  -	return  ; 
  +	exit  ; 
       case "restorelocation": 
           if (empty($client) || empty ($newconf["location"]))
               break ; 
  
  
  



More information about the slbackup-commit mailing list