Index: trunk/wb/account/login_form.php
===================================================================
--- trunk/wb/account/login_form.php	(revision 16)
+++ trunk/wb/account/login_form.php	(revision 17)
@@ -1,6 +1,6 @@
 <?php
 
-// $Id: login_form.php,v 1.2 2005/02/03 08:47:46 rdjurovich Exp $
+// $Id$
 
 /*
 
@@ -24,7 +24,7 @@
 */
 
 if(!defined('WB_URL')) {
-	header('Location: ../index.php');
+	header('Location: ../pages/index.php');
 }
 
 if(defined('SMART_LOGIN') AND SMART_LOGIN == 'enabled') {
@@ -112,4 +112,4 @@
 
 <br />
 
-<a href="<?php echo WB_URL; ?>/account/forgot.php"><?php echo $TEXT['FORGOTTEN_DETAILS']; ?></a>
\ No newline at end of file
+<a href="<?php echo WB_URL; ?>/account/forgot.php"><?php echo $TEXT['FORGOTTEN_DETAILS']; ?></a>
Index: trunk/wb/account/forgot_form.php
===================================================================
--- trunk/wb/account/forgot_form.php	(revision 16)
+++ trunk/wb/account/forgot_form.php	(revision 17)
@@ -1,6 +1,6 @@
 <?php
 
-// $Id: forgot_form.php,v 1.2 2005/03/28 11:58:03 rdjurovich Exp $
+// $Id$
 
 /*
 
@@ -24,7 +24,7 @@
 */
 
 if(!defined('WB_URL')) {
-	header('Location: ../pages/index'.PAGE_EXTENSION);
+	header('Location: ../pages/index.php');
 }
 
 // Create new database object
@@ -127,4 +127,4 @@
 		</tr>
 		<?php } ?>
 		</table>
-</form>
\ No newline at end of file
+</form>
Index: trunk/wb/account/details.php
===================================================================
--- trunk/wb/account/details.php	(revision 16)
+++ trunk/wb/account/details.php	(revision 17)
@@ -1,6 +1,6 @@
 <?php
 
-// $Id: details.php,v 1.2 2005/03/28 11:58:03 rdjurovich Exp $
+// $Id$
 
 /*
 
@@ -23,6 +23,10 @@
 
 */
 
+if(!defined('WB_URL')) {
+	header('Location: ../pages/index.php');
+}
+
 // Get entered values
 $display_name = $admin->get_post('display_name');
 $language = $admin->get_post('language');
@@ -62,4 +66,4 @@
 	}
 }
 
-?>
\ No newline at end of file
+?>
Index: trunk/wb/account/signup2.php
===================================================================
--- trunk/wb/account/signup2.php	(revision 16)
+++ trunk/wb/account/signup2.php	(revision 17)
@@ -1,6 +1,6 @@
 <?php
 
-// $Id: signup2.php,v 1.4 2005/04/02 06:25:37 rdjurovich Exp $
+// $Id$
 
 /*
 
@@ -24,7 +24,7 @@
 */
 
 if(!defined('WB_URL')) {
-	header('Location: ../pages/index'.PAGE_EXTENSION);
+	header('Location: ../pages/index.php');
 }
 
 // Create new database object
@@ -118,4 +118,4 @@
 	}
 }
 
-?>
\ No newline at end of file
+?>
Index: trunk/wb/account/login.php
===================================================================
--- trunk/wb/account/login.php	(revision 16)
+++ trunk/wb/account/login.php	(revision 17)
@@ -1,6 +1,6 @@
 <?php
 
-// $Id: login.php,v 1.8 2005/04/16 01:39:06 rdjurovich Exp $
+// $Id$
 
 /*
 
@@ -80,4 +80,4 @@
 require(WB_PATH.'/index.php');
 
 
-?>
\ No newline at end of file
+?>
