savannah-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-dev] [Bug #3418] broken links: 'sys_home' missing


From: nobody
Subject: [Savannah-dev] [Bug #3418] broken links: 'sys_home' missing
Date: Thu, 01 May 2003 17:44:20 -0400

=================== BUG #3418: FULL BUG SNAPSHOT ===================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3418&group_id=11

Submitted by: mmb                     Project: Savannah                     
Submitted on: Thu 05/01/2003 at 21:44
Category:  PHP Engine                 Severity:  5 - Average                
Priority:  None                       Bug Group:  None                      
Resolution:  None                     Assigned to:  None                    
Status:  Open                         Effort:  0.00                         

Summary:  broken links: 'sys_home' missing

Original Submission:  Similar to bug 3413 but regarding other files and other 
links:
each time there is a login suggestion (file path are relative to 
savannah/frontend/php):

-from:
<A HREF="/account/login.php">
-to:
<A HREF="'.$GLOBALS['sys_home'].'account/login.php">
-in: 
bugs/detail_bug.php, bugs/add_bug.php, 
patch/detail_patch.php, patch/add_patch.php, 
support/detail_support.php

-from:
<A href="/account/login.php">[Login]</A> |
<A href="/account/register.php">[New User]</A><BR>';
-to:
<A href="'.$GLOBALS['sys_home'].'account/login.php">[Login]</A> | 
<A href="'.$GLOBALS['sys_home'].'account/register.php">[New User]</A><BR>';
-in:
themes/classic/theme.php

-from:
"Location: /account/login.php?return_to="
-to:
"Location: ".$GLOBALS['sys_home']."account/login.php?return_to="
-in: 
exit.php





No Followups Have Been Posted


CC list is empty


No files currently attached


For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3418&group_id=11




reply via email to

[Prev in Thread] Current Thread [Next in Thread]