Project

General

Profile

« Previous | Next » 

Revision 540

Added by Matthias almost 17 years ago

Replaced the variable PAGE_EXTENSION with hardcoded .php on all places where the pathes points to WB Corefiles with the page extension .php

View differences:

login_form.php
59 59
<br />
60 60
<br />
61 61

  
62
<form name="login" action="<?php echo WB_URL.'/account/login'.PAGE_EXTENSION; ?>" method="post">
62
<form name="login" action="<?php echo WB_URL.'/account/login.php'; ?>" method="post">
63 63
<input type="hidden" name="username_fieldname" value="<?php echo $username_fieldname; ?>" />
64 64
<input type="hidden" name="password_fieldname" value="<?php echo $password_fieldname; ?>" />
65 65
<input type="hidden" name="redirect" value="<?php echo $thisApp->redirect_url;?>" />

Also available in: Unified diff