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

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



Revision: 590
          http://svn.sourceforge.net/ledger-smb/?rev=590&view=rev
Author:   christopherm
Date:     2006-11-13 23:02:35 -0800 (Mon, 13 Nov 2006)

Log Message:
-----------
expired session handling is broken, setting form action to admin.pl which will at least work

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

Modified: trunk/bin/admin.pl
===================================================================
--- trunk/bin/admin.pl	2006-11-14 06:58:09 UTC (rev 589)
+++ trunk/bin/admin.pl	2006-11-14 07:02:35 UTC (rev 590)
@@ -105,7 +105,7 @@
 	<div align="center">
 		<a href="http://www.ledgersmb.org/";><img src="ledger-smb.png" width="200" height="100" border="0" alt="LedgerSMB Logo" /></a>
 		<h1 class="login">|.$locale->text('Version').qq| $form->{version} <br />|.$locale->text('Administration').qq|</h1>
-		<form method="post" action="$form->{script}" name="admin">
+		<form method="post" action="admin.pl" name="admin">
 		<table>
 			<tr>
 				<th>|.$locale->text('Password').qq|</th>


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