Revision 17
Added by stefan about 19 years ago
details.php | ||
---|---|---|
1 | 1 |
<?php |
2 | 2 |
|
3 |
// $Id: details.php,v 1.2 2005/03/28 11:58:03 rdjurovich Exp $
|
|
3 |
// $Id$ |
|
4 | 4 |
|
5 | 5 |
/* |
6 | 6 |
|
... | ... | |
23 | 23 |
|
24 | 24 |
*/ |
25 | 25 |
|
26 |
if(!defined('WB_URL')) { |
|
27 |
header('Location: ../pages/index.php'); |
|
28 |
} |
|
29 |
|
|
26 | 30 |
// Get entered values |
27 | 31 |
$display_name = $admin->get_post('display_name'); |
28 | 32 |
$language = $admin->get_post('language'); |
... | ... | |
62 | 66 |
} |
63 | 67 |
} |
64 | 68 |
|
65 |
?> |
|
69 |
?> |
Also available in: Unified diff
Added direct access redirection in account files.