Revision 1508
Added by Luisehahne about 14 years ago
| signup.php | ||
|---|---|---|
| 46 | 46 |
$load_language = false; |
| 47 | 47 |
} |
| 48 | 48 |
|
| 49 |
require_once(WB_PATH.'/framework/class.frontend.php'); |
|
| 50 |
$wb_inst = new wb(); |
|
| 51 |
$page_id = !empty($_SESSION['PAGE_ID']) ? $_SESSION['PAGE_ID'] : 0; |
|
| 49 | 52 |
|
| 50 | 53 |
// Required page details |
| 51 |
$page_id = 0; |
|
| 54 |
// $page_id = 0;
|
|
| 52 | 55 |
$page_description = ''; |
| 53 | 56 |
$page_keywords = ''; |
| 54 |
define('PAGE_ID', 0);
|
|
| 57 |
define('PAGE_ID', $page_id);
|
|
| 55 | 58 |
define('ROOT_PARENT', 0);
|
| 56 | 59 |
define('PARENT', 0);
|
| 57 | 60 |
define('LEVEL', 0);
|
| ... | ... | |
| 72 | 75 |
|
| 73 | 76 |
// Include the index (wrapper) file |
| 74 | 77 |
require(WB_PATH.'/index.php'); |
| 75 |
|
|
| 76 |
?> |
|
Also available in: Unified diff
fixed print_error exit in frontend account