"Mystical links" "Mystical links"
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

"Mystical links"

Started by Joachim Müller, January 18, 2005, 08:40:01 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Joachim Müller

Quote from: Andi on December 15, 2004, 06:31:34 PM
And here are some "mystical" Links, don't know if they works correct in all situations?

keywordmgr.php,v 1.5 2004/12/12 10:24:05 gaugau

line #129 & #162
header("Location: ?page=display");

line #65
$word .= '<td class="tableb"><a href="?page=delete&remov='.$single_word......

line #84
<form name="keywordForm" action="?page=changeword" method="post">

Posting this as follow-up to Andi's original post to be able to mark the other items in the original thread as solved.
Anybody care to look into this?

Joachim

Andi

Hello :)

i've change this lines to:

line #129 & #162
header("Location: keywordmgr.php?page=display");

line #65
$word .= '<td class="tableb"><a href="keywordmgr.php?page=delete&remov='.$single_word......

line #84
<form name="keywordForm" action="keywordmgr.php?page=changeword" method="post">

And it works ;)

ps. i must do this for the vkpMx/pragmaMx-Port
hope, I could help you... :)

Tranz

It doesn't seem to make a difference on a stand-alone installation to add the filename. However, if it helps the port, that's cool.

Only thing is when I try to delete with and without the suggested changes, the delete function doesn't always work. It worked once. The rest of the time, nothing happens.

donnoman

I tested with the latest devel with Andi's fixes added, I wasn't able to reproduce what Thu was getting.

Seemed to work as expected for me.

Thu can you retest and If there's no issue commit?

Tranz

The change didn't make a difference on my installation. So I have committed it since it helps the ported version. Whatever the issue I have is elsewhere.

Andi

QuoteSo I have committed it since it helps the ported version.

Thank you !! :)
hope, I could help you... :)

Tranz