Revision 540
Added by Matthias almost 18 years ago
| signup_form.php | ||
|---|---|---|
| 38 | 38 |
|
| 39 | 39 |
<h1> <?php echo $TEXT['SIGNUP']; ?></h1> |
| 40 | 40 |
|
| 41 |
<form name="user" action="<?php echo WB_URL.'/account/signup'.PAGE_EXTENSION; ?>" method="post">
|
|
| 41 |
<form name="user" action="<?php echo WB_URL.'/account/signup.php'; ?>" method="post">
|
|
| 42 | 42 |
|
| 43 | 43 |
<table cellpadding="5" cellspacing="0" border="0" width="90%"> |
| 44 | 44 |
<tr> |
Also available in: Unified diff
Replaced the variable PAGE_EXTENSION with hardcoded .php on all places where the pathes points to WB Corefiles with the page extension .php