Project

General

Profile

« Previous | Next » 

Revision 17

Added by stefan about 19 years ago

Added direct access redirection in account files.

View differences:

signup2.php
1 1
<?php
2 2

  
3
// $Id: signup2.php,v 1.4 2005/04/02 06:25:37 rdjurovich Exp $
3
// $Id$
4 4

  
5 5
/*
6 6

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

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

  
30 30
// Create new database object
......
118 118
	}
119 119
}
120 120

  
121
?>
121
?>

Also available in: Unified diff