Project

General

Profile

« Previous | Next » 

Revision 1312

Added by Dietmar over 14 years ago

Ticket #971 Using $_POST in Admin - account - login.php (tks to Aldus)
update class.wb.php added tokens function

View differences:

login.php
46 46
require_once(WB_PATH.'/framework/class.login.php');
47 47

  
48 48
// Create new login app
49
$redirect = strip_tags((isset($_REQUEST['redirect'])) ? $_REQUEST['redirect'] : '');
49
$redirect = strip_tags((isset($_POST['redirect'])) ? $_POST['redirect'] : '');
50 50
$thisApp = new Login(
51 51
							array(
52 52
									"MAX_ATTEMPS" => "3",

Also available in: Unified diff