Project

General

Profile

« Previous | Next » 

Revision 17

Added by stefan about 19 years ago

Added direct access redirection in account files.

View differences:

login_form.php
1 1
<?php
2 2

  
3
// $Id: login_form.php,v 1.2 2005/02/03 08:47:46 rdjurovich Exp $
3
// $Id$
4 4

  
5 5
/*
6 6

  
......
24 24
*/
25 25

  
26 26
if(!defined('WB_URL')) {
27
	header('Location: ../index.php');
27
	header('Location: ../pages/index.php');
28 28
}
29 29

  
30 30
if(defined('SMART_LOGIN') AND SMART_LOGIN == 'enabled') {
......
112 112

  
113 113
<br />
114 114

  
115
<a href="<?php echo WB_URL; ?>/account/forgot.php"><?php echo $TEXT['FORGOTTEN_DETAILS']; ?></a>
115
<a href="<?php echo WB_URL; ?>/account/forgot.php"><?php echo $TEXT['FORGOTTEN_DETAILS']; ?></a>

Also available in: Unified diff