Revision 1508
Added by Luisehahne about 14 years ago
| signup2.php | ||
|---|---|---|
| 19 | 19 |
// Must include code to stop this file being access directly |
| 20 | 20 |
if(defined('WB_PATH') == false) { die("Cannot access this file directly"); }
|
| 21 | 21 |
|
| 22 |
require_once(WB_PATH.'/framework/class.wb.php'); |
|
| 22 |
// require_once(WB_PATH.'/framework/class.wb.php');
|
|
| 23 | 23 |
$wb = new wb('Start', 'start', false, false);
|
| 24 | 24 |
|
| 25 |
$_SESSION['PAGE_LINK'] = get_page_link( $_SESSION['PAGE_ID'] ); |
|
| 26 |
$_SESSION['HTTP_REFERER'] = page_link($_SESSION['PAGE_LINK']); |
|
| 27 |
|
|
| 25 | 28 |
// Create new database object |
| 26 | 29 |
// $database = new database(); |
| 27 | 30 |
|
Also available in: Unified diff
fixed print_error exit in frontend account