Revision 1773
Added by Luisehahne about 13 years ago
| details.php | ||
|---|---|---|
| 16 | 16 |
* |
| 17 | 17 |
*/ |
| 18 | 18 |
|
| 19 |
// Must include code to stop this file being access directly |
|
| 20 |
if(defined('WB_PATH') == false) { die("Cannot access this file directly"); }
|
|
| 19 |
/* -------------------------------------------------------- */ |
|
| 20 |
// Must include code to stop this file being accessed directly |
|
| 21 |
if(defined('WB_PATH') == false)
|
|
| 22 |
{
|
|
| 23 |
// Stop this file being access directly |
|
| 24 |
die('<h2 style="color:red;margin:3em auto;text-align:center;">Cannot access this file directly</h2>');
|
|
| 25 |
} |
|
| 26 |
/* -------------------------------------------------------- */ |
|
| 21 | 27 |
|
| 22 | 28 |
// Get entered values |
| 23 |
$display_name = $wb->add_slashes(strip_tags($admin->get_post('display_name')));
|
|
| 29 |
$display_name = $wb->add_slashes(strip_tags($wb->get_post('display_name')));
|
|
| 24 | 30 |
$language = $wb->get_post('language');
|
| 25 | 31 |
$timezone = $wb->get_post('timezone')*60*60;
|
| 26 | 32 |
$date_format = $wb->get_post('date_format');
|
Also available in: Unified diff
! account split html and code
+ add signup activation registering
+ add missing icons in themes