[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb: [589] trunk/bin/admin.pl



Revision: 589
          http://svn.sourceforge.net/ledger-smb/?rev=589&view=rev
Author:   christopherm
Date:     2006-11-13 22:58:09 -0800 (Mon, 13 Nov 2006)

Log Message:
-----------

 Doing the same thing for expired sessions - back to login instead of ugly input field.

Modified Paths:
--------------
    trunk/bin/admin.pl

Modified: trunk/bin/admin.pl
===================================================================
--- trunk/bin/admin.pl	2006-11-14 06:56:10 UTC (rev 588)
+++ trunk/bin/admin.pl	2006-11-14 06:58:09 UTC (rev 589)
@@ -956,7 +956,7 @@
 		}
 
 		if(!Session::session_check($cookie{"LedgerSMB"}, $root)){
-			&getpassword(1);
+			&adminlogin($locale->text('Session expired!'));
 			exit;
 		}
 	}


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.