[slbackup-commit] CVS update: slbackup-php/src index.php
finnarne-guest at alioth.debian.org
finnarne-guest at alioth.debian.org
Tue Apr 17 05:57:52 UTC 2007
User: finnarne-guest
Date: 07/04/17 05:57:52
Modified: src index.php
Log:
Handle timed out sessions better
Revision Changes Path
1.24 +3 -1 slbackup-php/src/index.php
Index: index.php
===================================================================
RCS file: /cvsroot/slbackup/slbackup-php/src/index.php,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- index.php 17 Apr 2007 01:09:32 -0000 1.23
+++ index.php 17 Apr 2007 05:57:52 -0000 1.24
@@ -328,7 +328,9 @@
$submit = "status" ;
break ;
case "xorstring":
- $xorstring = $value ;
+ if (empty($passwd))
+ $xorstring = $value ;
+ else break ;
if (empty ($value))
break ;
$encrypt = $_SESSION["encrypt"] ;
More information about the slbackup-commit
mailing list