removong IP from ecard removong IP from ecard
 

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

removong IP from ecard

Started by pedped, July 29, 2005, 11:35:54 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

pedped

could some one please tell me how do i remove the IP address from ecard?
thx

Nibbler

It's this line in ecard.php

$message .= "Sent by $sender_name from IP {$_SERVER['REMOTE_ADDR']} at ".gmstrftime("%A,  %B,%d,%Y %I:%M %p ", time())." [GMT]";

You can either modify that or comment it out or remove it completely.

pedped